# Functions
AddHook adds a hook that will be called with each log entry that gets created.
Error logs the error with the given values and returns err as it was passed.
ErrorString logs the error with the given values and returns a new err with string as it's content.
ErrorUser logs the error with the given values and returns err as it is was passed if len(userError) == 0 or a new error with userError as content.
Info logs a information with the given values.
SetOutput changes the stream that the log's will be written to.
WithValue creates a named value that can be used to give a log contextual information.
# Type aliases
No description provided by the author