Class
CGIKit::DummyLogger
In:
lib/cgikit/utilities.rb
Parent:
Object
Methods
debug
error
fatal
info
method_missing
warn
Public Instance methods
debug
( msg = nil, &block )
error
( msg = nil, &block )
fatal
( msg = nil, &block )
info
( msg = nil, &block )
method_missing
( *args )
warn
( msg = nil, &block )
[Validate]