package
0.0.0-20201102184728-465781aeb3f6
Repository: https://github.com/alewgbl/fdwctl.git
Documentation: pkg.go.dev

# Functions

ErrorfAsError logs an Error message to the supplied logger and then returns a new error object initialized with the message.
Log returns a logrus FieldLogger including the root fields and an optional context.
No description provided by the author
Root returns the singleton application logger.
SanitizedURLString returns a parsed URL string with user credentials removed.
SetFormat configures the logger message format.
SetLevel configures the logger logging level.

# Constants

DebugLevel represents the DEBUG logging level.
ECSFormat represents the Elasticstack Common Schema (ECS) JSON logging format.
ErrorLevel represents the ERROR logging level.
FatalLevel represents the FATAL logging level.
InfoLevel represents the INFO logging level.
JSONFormat represents the JSON logging format.
PanicLevel represents the PANIC logging level.
TextFormat represents the text logging format.
TraceLevel represents the TRACE logging level.
WarnLevel represents the WARN logging level.