Wraps around another LoggerFactory that can be set lazily.
This is useful when objects are instantiated (and when they create loggers)
before the logging system has been fully instantiated,
as is the case when using a dependency injection framework such as Components.js.
Loggers can be created even before a LoggerFactory is set;
any log messages will be buffered and re-emitted.
Wraps around another LoggerFactory that can be set lazily. This is useful when objects are instantiated (and when they create loggers) before the logging system has been fully instantiated, as is the case when using a dependency injection framework such as Components.js.
Loggers can be created even before a LoggerFactory is set; any log messages will be buffered and re-emitted.