Class CKLog |
|
CKLog is a simple logging class.
Methods |
Public Class methods |
debug( string, exception = nil ) |
Outputs a debug string to STDERR. A backtrace is sent if "exception" is given an error object.
debug_to_file( file, string, exception = nil ) |
Outputs a debug string to a file.
debug_to_out( out, string, exception = nil ) |
Outputs a debug string to "out" needs to be an IO object.