Class CKLog
In: lib/cgikit.rb
Parent: Object

CKLog is a simple logging class.

Methods
debug    debug_to_file    debug_to_out   
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.