Structured, pluggable logging for Go.
13 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | text_formatter.go | 21 | // written as-is (unquoted and unescaped) in the plain (non-colored) format; |
| LOW | text_formatter.go | 41 | |
| LOW | text_formatter.go | 81 | // FieldMap allows users to customize the names of keys for default fields. |
| LOW | formatter.go | 41 | } |
| LOW | json_formatter.go | 41 | // FieldMap allows users to customize the names of keys for default fields. |
| LOW | logger.go | 21 | Out io.Writer |
| LOW | logrus.go | 101 | // PanicLevel level, highest level of severity. Logs and then calls panic with the |
| LOW | entry.go | 41 | // Warn, Error, Fatal, Panic) is called. |
| LOW | entry.go | 61 | // Time is the timestamp for the log event. If zero when the entry is |
| LOW | alt_exit.go | 1 | package logrus |
| LOW | alt_exit.go | 61 | // closing. |
| LOW | hooks/slog/slog.go | 21 | } |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | hooks/slog/slog.go | 32 | // Example usage: |