package
0.1.3
Repository: https://github.com/amazechain/amc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Crit is a convenient alias for Root().Crit.
Critf is a convenient alias for Root().Crit.
Debug is a convenient alias for Root().Debug.
No description provided by the author
Error is a convenient alias for Root().Error.
Errorf is a convenient alias for Root().Error.
Info is a convenient alias for Root().Info.
Infof is a convenient alias for Root().Info.
No description provided by the author
No description provided by the author
New returns a new logger with the given context.
Root returns the root logger.
Trace is a convenient alias for Root().Trace.
No description provided by the author
Warn is a convenient alias for Root().Warn.
Warnf is a convenient alias for Root().Warn.

# 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

# Interfaces

A Logger writes key/value pairs to a Handler.
TerminalStringer is an analogous interface to the stdlib stringer, allowing own types to have custom shortened serialization formats when printed to the screen.

# Type aliases

Ctx is a map of key/value pairs to pass as context to a log function Use this only if you really need greater safety around the arguments you pass to the logging functions.
No description provided by the author