package
0.0.0-20181003211919-798156fdb816
Repository: https://github.com/digitalbitsorg/go.git
Documentation: pkg.go.dev

# Functions

C returns the logger bound to the provided context, otherwise providing the default logger.
Debug logs a message at the debug severity.
Debugf logs a message at the debug severity.
Error logs a message at the Error severity.
Errorf logs a message at the Error severity.
DEPRECATED: Use Ctx instead.
Info logs a message at the Info severity.
Infof logs a message at the Info severity.
New creates a new logger according to frontier specifications.
NewLogglyHook creates a new hook.
NewMetrics creates a new hook for recording metrics.
Panic logs a message at the Panic severity.
Panicf logs a message at the Panic severity.
PushContext is a helper method to derive a new context with a modified logger bound to it, where the logger is derived from the current value on the context.
Set establishes a new context to which the provided sub-logger is bound.
Warn logs a message at the Warn severity.
Warnf logs a message at the Warn severity.
No description provided by the author
No description provided by the author
No description provided by the author

# 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

# Variables

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

# Structs

Entry
No description provided by the author
LogglyHook sends logs to loggly.

# Type aliases

No description provided by the author
Metrics is a logrus hook-compliant struct that records metrics about logging when added to a logrus.Logger.