Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/logging
winston
transport
TransportStreamOptions
Interface TransportStreamOptions
interface
TransportStreamOptions
{
format
?:
Format
;
handleExceptions
?:
boolean
;
handleRejections
?:
boolean
;
level
?:
string
;
silent
?:
boolean
;
close
?
(
)
:
void
;
log
?
(
info
,
next
)
:
any
;
logv
?
(
info
,
next
)
:
any
;
}
Hierarchy (
view full
)
TransportStreamOptions
ConsoleTransportOptions
FileTransportOptions
HttpTransportOptions
StreamTransportOptions
Index
Properties
format?
handle
Exceptions?
handle
Rejections?
level?
silent?
Methods
close?
log?
logv?
Properties
Optional
format
format
?:
Format
Optional
handle
Exceptions
handle
Exceptions
?:
boolean
Optional
handle
Rejections
handle
Rejections
?:
boolean
Optional
level
level
?:
string
Optional
silent
silent
?:
boolean
Methods
Optional
close
close
(
)
:
void
Returns
void
Optional
log
log
(
info
,
next
)
:
any
Parameters
info
:
any
next
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
any
Optional
logv
logv
(
info
,
next
)
:
any
Parameters
info
:
any
next
:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
format
handle
Exceptions
handle
Rejections
level
silent
close
log
logv
Silvertree API
Loading...