| Class | Ariel::Log |
| In: |
lib/ariel/log.rb
|
| Parent: | Object |
Very simple Log class. By default outputs to stdout and ignored messages below :info level. Should probably get rid of the usage of Singleton as it’s used very little, with the classes eigenclass/singleton class used mostly for the same purpose. Use Log.set_level to lower/raise the logging level.