node-logger
Preparing search index...
Transport
Interface Transport
interface
Transport
{
close
?
()
:
void
|
Promise
<
void
>
;
write
(
entry
:
LogEntry
)
:
void
|
Promise
<
void
>
;
}
Hierarchy (
View Summary
)
Transport
AsyncTransport
Implemented by
BufferedFileTransport
ConsoleTransport
FileTransport
HTTPTransport
SmartFileTransport
WorkerTransport
Index
Methods
close?
write
Methods
Optional
close
close
?
()
:
void
|
Promise
<
void
>
Returns
void
|
Promise
<
void
>
write
write
(
entry
:
LogEntry
)
:
void
|
Promise
<
void
>
Parameters
entry
:
LogEntry
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
write
node-logger
Loading...