# Functions
Configure global logging.
Debugf logs a debug message.
Elapsed logs the duration of a function call.
Errorf logs an error.
Fatalf logs an error and terminates the process.
Infof logs an informational message.
LevelFromString maps a level to a string.
Logf logs at the given level.
Tracef logs a trace message.
Warnf logs a warning.
# Interfaces
WriterFlusher is used to flush log output after each line.
# Type aliases
Level for a log message.