File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 4747
4848#### level
4949
50- _ Type_ : ` object `
51-
50+ _ Type_ : ` object ` <br >
5251_ Default_ : ` { warning: 'warn', multipleResolves: 'info', default: 'error' } ` .
5352
5453Which log level to use.
@@ -85,25 +84,22 @@ logProcessErrors({
8584
8685#### message
8786
88- _ Type_ : ` function(level, event, options) => string `
89-
87+ _ Type_ : ` function(level, event, options) => string ` <br >
9088_ Default_ : generate a nice-looking and descriptive log message.
9189
9290Override the default message generation. Arguments are
9391[ ` level ` ] ( #optionslevel-object ) , [ ` event ` ] ( #event ) and [ ` options ` ] ( #options ) .
9492
9593#### colors
9694
97- _ Type_ : ` boolean `
98-
95+ _ Type_ : ` boolean ` <br >
9996_ Default_ : ` true ` if the output is a terminal.
10097
10198Colorize the default [ ` options.message ` ] ( #optionsmessage-function ) .
10299
103100#### exitOn
104101
105- _ Type_ : ` string[] `
106-
102+ _ Type_ : ` string[] ` <br >
107103_ Default_ : ` ["uncaughtException"] `
108104
109105Which events should trigger ` process.exit(1) ` :
You can’t perform that action at this time.
0 commit comments