Preparing search index...
The search index is not available
@mdf.js
@mdf.js
@mdf.js/logger
LoggerConfig
Interface LoggerConfig
Logger transports configuration interface
interface
LoggerConfig
{
console
?:
ConsoleTransportConfig
;
file
?:
FileTransportConfig
;
fluentd
?:
FluentdTransportConfig
;
}
Index
Properties
console?
file?
fluentd?
Properties
Optional
console
console
?:
ConsoleTransportConfig
Optional
file
file
?:
FileTransportConfig
Optional
fluentd
fluentd
?:
FluentdTransportConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
console
file
fluentd
@mdf.js
Loading...
Logger transports configuration interface