Method: Mongrel2::Config.log_action
- Defined in:
- lib/mongrel2/config.rb
.log_action(what, why = nil, where = nil, how = nil) ⇒ Object
Log an entry to the commit log with the given what
, why
, where
, and how
values and return it after it’s saved.
240 241 242 |
# File 'lib/mongrel2/config.rb', line 240 def self::log_action( what, why=nil, where=nil, how=nil ) Mongrel2::Config::Log.log_action( what, why, where, how ) end |