# Packages
Package logflags implements command line flags to set up the log.
# Functions
InitLogging start the logging as per the command line flags.
NewCallerHook use to make a hook.
Redirected returns true if the log has been redirected from stdout.
Stack logs a stack trace of callers with the o and info passed in.
Trace debugs the entry and exit of the calling function
It is designed to be used in a defer statement so it returns a function that logs the exit parameters.
# Structs
CallerHook for log the calling file and line of the fine.
Options contains options for controlling the logging.