File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,38 +92,38 @@ logProcessErrors(options)
9292
9393_ Type_ : ` function(message, level, event) ` <br >
9494
95- Customize how events are logged.
95+ Customize how events are logged.< br >
9696[ Full documentation] ( docs/API.md#log ) .
9797
9898## level
9999
100100_ Type_ : ` object ` <br >
101101_ Default_ : ` { warning: 'warn', multipleResolves: 'info', default: 'error' } `
102102
103- Which log level to use.
103+ Which log level to use.< br >
104104[ Full documentation] ( docs/API.md#level ) .
105105
106106## message
107107
108108_ Type_ : ` function(level, event, options) => string `
109109
110- Customize messages.
110+ Customize messages.< br >
111111[ Full documentation] ( docs/API.md#message ) .
112112
113113## colors
114114
115115_ Type_ : ` boolean ` <br >
116116_ Default_ : ` true ` if the output is a terminal.
117117
118- Colorize messages.
118+ Colorize messages.< br >
119119[ Full documentation] ( docs/API.md#colors ) .
120120
121121## exitOn
122122
123123_ Type_ : ` string[] ` <br >
124124_ Default_ : ` ["uncaughtException"] `
125125
126- Which events should trigger ` process.exit(1) ` .
126+ Which events should trigger ` process.exit(1) ` .< br >
127127[ Full documentation] ( docs/API.md#exiton ) .
128128
129129# Support
You can’t perform that action at this time.
0 commit comments