Libraries
»
libsl
(0.0.3)
»
Index
»
LibSL
»
Logger
»
#info
Method: LibSL::Logger#info
Defined in:
lib/logging.rb
#
info
(message, *args) ⇒
Object
44 45 46
# File 'lib/logging.rb', line 44
def
info
(
message
,
*
args
)
log
(
:info
,
message
,
*
args
)
end