Categorygithub.com/snabble/go-logging/v2
modulepackage
2.15.3
Repository: https://github.com/snabble/go-logging.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package tracex adds convenience support for setting up and configuring metrics.

# Functions

Access logs an access entry with call duration and status code.
No description provided by the author
AccessError logs an error while accessing.
No description provided by the author
Application Return a log entry for application logs.
Cacheinfo logs the hit information an accessing a resource.
Call logs the result of an outgoing call.
Call logs the result of an outgoing call.
ExtractStacktrace creates a new Stacktrace based on the given error, if the passed in error is nil, nil is returned.
FlakyCall logs the result of an outgoing call and marks it as flaky.
LifecycleStart logs the start of an application with the configuration struct or map as parameter.
LifecycleStop logs the request to stop an application.
LifecycleStoped logs the stop of an application Deprecated: Typo in name LifecycleStoped, please use LifecycleStopped instead.
LifecycleStopped logs the stop of an application.
No description provided by the author
NewFrame assembles a stacktrace frame out of runtime.Frame.
No description provided by the author
NewStacktrace creates a stacktrace using runtime.Callers.
ServerClosed logs the closing of a server.
Set creates a new Logger with the matching specification.
SetWithConfig creates a new Logger with the matching specification based on the config, pass nil to use the defaults.

# 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
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

# Variables

AccessLogCookiesBlacklist The list of cookies which should not be logged.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Entry
No description provided by the author
Frame represents a function call and it's metadata.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
LogstashFormatter generates json in logstash format.
Stacktrace holds information about the frames of the stack.

# Interfaces

No description provided by the author