# Functions
ContextKeyValues returns the list of jettison key values options contained in the given context.
ContextWith returns a new context with the given jettison options appended to its key/value store.
No description provided by the author
No description provided by the author
Error writes a structured jettison log of the given error to the logger.
Fatal is equivalent to log.Print followed by a call to os.Exit(1).
Fatalf is equivalent to log.Printf followed by a call to os.Exit(1).
Fatalln is equivalent to log.Println followed by a call to os.Exit(1).
Info writes a structured jettison log to the logger.
No description provided by the author
NewCmdLogger returns a stdout human friendly command line logger.
Panic is equivalent to log.Print followed by a panic.
Panicf is equivalent to log.Printf followed by a panic.
Panicln is equivalent to log.Println followed by a panic.
Print wraps a call to fmt.Sprint in a jettison log and writes it to the logger.
Printf wraps a call to fmt.Sprintf in a jettison log and writes it to the logger.
Println wraps a call to fmt.Sprintln in a jettison log and writes it to the logger.
No description provided by the author
No description provided by the author
SetLogger sets the global logger.
No description provided by the author
WithError returns a jettison option to add a structured error as part of Info logging.
WithLevel returns a jettison option to override the default log level.
# Constants
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
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ContextOption allows us to use the same type as an option for ContextWith as well as other jettison interfaces.
No description provided by the author
Logger does logging of log lines.
No description provided by the author
# Type aliases
ElasticStringArray is a converted type that stops ElasticSearch from joining elements of the string slice with commas.
No description provided by the author