# README
lib-compose/logging
High level abstraction over logrus structured logging with common logging events for http servers.
# Functions
Access logs an access entry with call duration and status code.
AccessError logs an error while accessing.
Return a log entry for application logs, prefilled with the correlation ids out of the supplied request.
Cacheinfo logs the hit information a accessing a ressource.
Call logs the result of an outgoing call.
EnsureCorrelationId returns the correlation from of the request.
GetCorrelationId returns the correlation from of the request.
LifecycleStart logs the start of an application with the configuration struct or map as paramter.
LifecycleStop logs the stop of an application.
No description provided by the author
Set creates a new Logger with the matching specification.
# Variables
The 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
No description provided by the author
Formatter generates json in logstash format.