package
3.9.0-0.dev+incompatible
Repository: https://github.com/brian-mcm/typha.git
Documentation: pkg.go.dev

# Functions

ConfigureEarlyLogging installs our logging adapters, and enables early logging to screen if it is enabled by either the TYPHA_EARLYLOGSEVERITYSCREEN or TYPHA_LOGSEVERITYSCREEN environment variable.
ConfigureLogging uses the resolved configuration to complete the logging configuration.
FormatForSyslog formats logs in a way tailored for syslog.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BackgroundHook is a logrus Hook that (synchronously) formats each log and sends it to one or more Destinations for writing ona background thread.
No description provided by the author
No description provided by the author
Formatter is our custom log formatter, which mimics the style used by the Python version of Typha.
NullWriter is a dummy writer that always succeeds and does nothing.
No description provided by the author