packages/base/src/lib/eui-models/log/console.appender.ts
Console Appender
Properties |
|
Methods |
constructor(config: ConsoleAppenderConfig)
|
||||||
|
Parameters :
|
| Public config |
Type : ConsoleAppenderConfig
|
| append | ||||||
append(event: LogEvent)
|
||||||
|
Logs an event in the console
Parameters :
Returns :
void
|
| getConfig |
getConfig()
|
|
Gets the config
Returns :
CFG
the config |