module LogKernel::Level
todo: reverse level integers ??? why? why not??
more logical no output = 0 (off)
everything = 6 (all) debug = 5 etc.
Constants
- ALL
- DEBUG
- ERROR
- FATAL
- INFO
- OFF
- UNKNOWN
- WARN
todo: reverse level integers ??? why? why not??
more logical no output = 0 (off)
everything = 6 (all) debug = 5 etc.