----- DEFAULT FORMATTERS ---------------------------------------------------
()
| 401 | // ----- DEFAULT FORMATTERS --------------------------------------------------- |
| 402 | |
| 403 | func consoleDefaultPartsOrder() []string { |
| 404 | return []string{ |
| 405 | TimestampFieldName, |
| 406 | LevelFieldName, |
| 407 | CallerFieldName, |
| 408 | MessageFieldName, |
| 409 | } |
| 410 | } |
| 411 | |
| 412 | func consoleDefaultFormatTimestamp(timeFormat string, location *time.Location, noColor bool) Formatter { |
| 413 | if timeFormat == "" { |
no outgoing calls
no test coverage detected