package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# 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.

# Variables

DefaultOpt is the default values used for Opt.
Opt is the options for the logger.

# Structs

CallerHook for log the calling file and line of the fine.
Options contains options for controlling the logging.