Class | God::Logger |
In: |
lib/god/logger.rb
|
Parent: | SimpleLogger |
logs | [RW] | |
syslog | [RW] |
Disable capturing of log and return what was captured since capturing was enabled with Logger#start_capture
Returns String
Log a message
+watch+ is the String name of the Watch (may be nil if not Watch is applicable) +level+ is the log level [:debug|:info|:warn|:error|:fatal] +text+ is the String message
Returns nothing