Loggery is a logging framework for use in your scripts. It will help you to send log messages on different levels: Trace, Debug, Info, Warn, Error & Fatal. When running your application in Unity you can dynamicly change the log level, making it more or less verbose.
E.g if you choose Warn, Only Warn, Error & Fatal messages will display. If you choose Trace every log message will be shown.