Loggability::Logger::
ObjectNameProxy class
Superclass | Object |
Proxy for the Logger
that injects the name of the object it wraps as the ‘progname’ of each log message.
Attributes
- logger R
The
Loggability::Logger
this proxy is for.- progname R
The progname of the object the proxy is for.
Public Class Methods
Create a proxy for the given logger
that will inject the name of the specified object
into the ‘progname’ of each log message.
Public Instance Methods
Delegate debug messages
Delegate error messages
Delegate fatal messages
Delegate info messages
Return a human-readable string representation of the object, suitable for debugging.
Delegate warn messages