Loggers.Stream Class
Defined in:src/lib/loggers/stream.js:1
A logger object, which listens to the LogBridge for logging events based on it's config. This logger writes it logs to any WriteableStream.
Constructor
Loggers.Stream
(config, logBridge)
Parameters:
config
|
Object |
|
logBridge
|
Log |
|