Class: Appenders
Defined in: | src/kermit/Logging.coffee |
Overview
Registry for all known appender aliases
Class Method Summary
Instance Method Summary
- # (void) register(alias, factory) Associate an alias with a factory method used to create an instance of the aliased {Appender}
- # (void) create(def) Instantiate an appender
Class Method Details
.
(void)
get()
Constructor Details
#
(void)
constructor(registry = {})
Private
Instance Method Details
#
(void)
register(alias, factory)
Associate an alias with a factory method used to create an instance of the aliased {Appender}
#
(void)
create(def)
Instantiate an appender