packages/base/src/lib/eui-models/log/log.appender.ts
Abstract Log Appender
Methods |
constructor(config: CFG, injector: Injector)
|
|||||||||
|
Parameters :
|
| Abstract append | ||||||||
append(event: LogEvent)
|
||||||||
|
Logs a Log Event
Parameters :
Returns :
void
|
| getConfig |
getConfig()
|
|
Gets the config
Returns :
CFG
the config |