Preparing search index...
The search index is not available
@tsjam/logger
@tsjam/logger
LogOutput
Interface LogOutput
Implement this API in order to receive log writes into your custom output.
interface
LogOutput
{
showMeta
?:
boolean
;
write
(
e
:
LogEntry
)
:
void
;
}
Implemented by
BufferOutput
ConsoleOutput
Index
Properties
show
Meta?
Methods
write
Properties
Optional
show
Meta
showMeta
?:
boolean
Methods
write
write
(
e
:
LogEntry
)
:
void
Parameters
e
:
LogEntry
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
show
Meta
Methods
write
@tsjam/logger
Loading...
Implement this API in order to receive log writes into your custom output.