package
3.10.13
Repository: https://github.com/micro-community/micro.git
Documentation: pkg.go.dev

# Functions

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
No description provided by the author
GetDefault returns the default Logger.
GetLevel converts a level string into a logger Level value.
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
NewJSONHandler creates a Handler that writes to w, using the default options.
No description provided by the author
NewLogger builds a new logger based on options.
SetDefault sets the default Logger and returns default.
No description provided by the author
No description provided by the author
No description provided by the author
Returns true if the given level is at or lower the current logger level.
No description provided by the author
No description provided by the author
WithCallerSkipCount set frame count to skip.
WithContext set default context for the logger.
WithFields set default fields for the logger.
WithFormat set default output format for the logger.
WithHandler set default handler for the logger.
WithLevel set default level for the logger.
WithOutput set default output writer for the logger.

# Constants

DebugLevel level.
ErrorLevel level.
FatalLevel level.
InfoLevel is the default logging priority.
No description provided by the author
MessageKey is the key used by the built-in handlers for the message of the log call.
NanoTimeFieldFormat indicates the format of timestamp decoded from a float value (time in seconds and nanoseconds).
PidKey is the key used by the built-in handlers for the pid when the log level is lower than InfoLevel.
No description provided by the author
TimeKey is the key used by the built-in handlers for the time when the log method is called.
TraceLevel level.
WarnLevel level.

# Variables

No description provided by the author

# Structs

No description provided by the author
HandlerOptions are options for a TextHandler or Handler.
Helper for logger.
No description provided by the author

# Interfaces

Logger is a generic logging interface.

# Type aliases

buffer adapted from go/src/fmt/print.go.
No description provided by the author
No description provided by the author
No description provided by the author