Method: Cfruby::CfrubyLogger#help
- Defined in:
- lib/libcfenjin/cflogger.rb
#help(msg, action = 'unknown') ⇒ Object
stub functions for improved logging - for a full implementation see Cfp_logger
.
41 42 43 |
# File 'lib/libcfenjin/cflogger.rb', line 41 def help(msg,action='unknown') self end |