Module: FileStore::Logger
- Included in:
- MemoryMetaManager, MultiTenantFileStore, SimpleFileStore, WebDAV::WebDAV, WebDAV::WebDAVStore
- Defined in:
- lib/filestore/log.rb
Overview
Mix-in module for logging capabilities
Instance Attribute Summary collapse
-
#logger ⇒ Object
Accessor for the logging facility.
Instance Attribute Details
#logger ⇒ Object
Accessor for the logging facility. Any logging facility must implement the methods ‘info’, ‘warn’, ‘error’ and ‘debug’
16 17 18 |
# File 'lib/filestore/log.rb', line 16 def logger @logger end |