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