Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ESLogger ¶
type ESLogger struct {
// contains filtered or unexported fields
}
ESLogger is the implementation of ES cluster logging
func New ¶
func New() ESLogger
New properly creates a new standard output logger initializing its internal state with default values
func (ESLogger) Log ¶
func (logger ESLogger) Log(msg logging.LogMessage) error
Log sends a logging message to an ES cluster If logger fails to deliver the message then logs an error message to the standard output logger
Click to show internal directories.
Click to hide internal directories.