package
1.3.5
Repository: https://github.com/cybergarage/go-logger.git
Documentation: pkg.go.dev

# Packages

Copyright (C) 2018 Satoshi Konno.

# Functions

Debugf outputs a debug level message to loggers.
DecodeHexLog decodes the specified hex log.
Error outputs a error level message to loggers.
Errorf outputs a error level message to loggers.
Fatalf outputs a fatal level message to loggers.
GetLevelFromString returns a log level of the specified string.
GetLevelString returns a string of the specified log level.
GetSharedLogger gets a shared singleton logger.
Debug outputs a debug level message to loggers.
Error outputs a error level message to loggers.
Fatal outputs a fatal level message to loggers.
Info outputs a information level message to loggers.
Output outputs the specified level message to loggers.
Trace outputs trace level message to loggers.
Warn outputs a warning level message to loggers.
Infof outputs a information level message to loggers.
NewBufferLogger creates a buffer logger.
NewFileLogger creates a file based logger.
NewStdoutLogger creates a stdout logger.
Outputf outputs the specified level message to loggers.
SetSharedLogger sets a singleton logger.
SetStdoutDebugEnbled sets a trace stdout logger for debug.
Tracef outputs trace level message to loggers.
Warnf outputs a warning level message to loggers.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author

# Type aliases

Level represents a log level.
No description provided by the author