Libraries
»
howcast
(0.7.3)
»
Index
»
Howcast
»
Logging
»
ClassMethods
»
#log
Method: Howcast::Logging::ClassMethods#log
Defined in:
lib/howcast/logging.rb
#
log
⇒
Object
31 32 33
# File 'lib/howcast/logging.rb', line 31
def
log
@logger
||=
Logger
.
new
(
$stdout
)
end