package
0.0.0-20200408104040-7930bac610bf
Repository: https://github.com/sudachen/go-zorros.git
Documentation: pkg.go.dev
# Functions
Close closes the default logger.
Error uses the default logger and logs with the Error severity.
ErrorDepth acts as Error but uses depth to determine which call frame to log.
Errorf uses the default logger and logs with the Error severity.
Errorln uses the default logger and logs with the Error severity.
Fatalln uses the default logger, logs with the Fatal severity, and ends with os.Exit(1).
FatalDepth acts as Fatal but uses depth to determine which call frame to log.
Fatalf uses the default logger, logs with the Fatal severity, and ends with os.Exit(1).
Fatalln uses the default logger, logs with the Fatal severity, and ends with os.Exit(1).
Info uses the default logger and logs with the Info severity.
InfoDepth acts as Info but uses depth to determine which call frame to log.
Infof uses the default logger and logs with the Info severity.
Infoln uses the default logger and logs with the Info severity.
SetFlags sets the output flags for the logger.
Warning uses the default logger and logs with the Warning severity.
WarningDepth acts as Warning but uses depth to determine which call frame to log.
Warningf uses the default logger and logs with the Warning severity.
Warningln uses the default logger and logs with the Warning severity.