# Functions
Debug logs to the debugLogFn if it is set.
Error logs to the errLogFn if it is set.
ErrorE is a temporary helper to replace logger.ErrorE from logxi.
Fatal is a temporary helper to replace logger.Fatal from logxi.
HasDebugLogger is a way to check for a noop on debug logging and pre-empt an expensive formatting call.
HasErrLogger is a way to check for a noop on error logging and pre-empt an expensive formatting call.
HasSQLLogger is a way to check for a noop on sql logging and pre-empt an expensive formatting call.
SQL logs to the sqlLogFn if it is set.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author