Libraries
»
google-ssl-cert
(0.2.1)
»
Index (L)
»
GoogleSslCert
»
Logging
Module: GoogleSslCert::Logging
Extended by:
Memoist
Included in:
Base
,
CLI::Base
Defined in:
lib/google_ssl_cert/logging.rb
Instance Method Summary
collapse
#
logger
⇒ Object
Instance Method Details
#
logger
⇒
Object
5 6 7
# File 'lib/google_ssl_cert/logging.rb', line 5
def
logger
$logger
||=
Logger
.
new
(
$stderr
)
end