# Functions
NewContextHook creates a new ContextHook instance.
NewFileHook returns new FileHook instance with default values.
# Structs
ContextHook represents a hook for logrus logger.
FileHook is a hook to handle writing to local log files.
# Type aliases
ContextHookFormatFn is the callback function for formating message.