# Functions

DefaultFormatter returns a formatter used as the default formatter for loggers.
DefaultLogger returns a global logger.
DefaultRegistry returns the global registry instance.
NewEntry creates net entry object which stores provided logger and logrus' entry.
No description provided by the author
NewLogger is a constructor creates instances of named logger.
NewLogRegistry is a constructor.
WrapLogger wraps logrus.Logger and returns named Logger.

# Constants

Tag names for structured fields of log entry.
Tag names for structured fields of log entry.
Tag names for structured fields of log entry.

# Structs

Entry
Entry is the logging entry.
No description provided by the author
Logger is wrapper of Logrus logger.
LogRegistry contains logger map and rwlock guarding access to it.