Method: ALib::Logging::LogMethods#emsg

Defined in:
lib/alib-0.5.1/logging.rb

#emsg(e) ⇒ Object

–}}}



136
137
138
139
140
# File 'lib/alib-0.5.1/logging.rb', line 136

def emsg e
#--{{{
  "#{ e.message } - (#{ e.class })"
#--}}}
end