package
0.0.0-20200707133025-6cd7eb24fa2e
Repository: https://github.com/gost/server.git
Documentation: pkg.go.dev

# Functions

CleanUp after the logger is closed.
DebugfWithElapsedTime writes a new debug format line, including a field with elapsed time call with defer at the start of a function: defer DebugWithElapsedTime(logger, time.Now(), "test %v", "test").
DebugWithElapsedTime writes a new debug line, including a field with elapsed time call with defer at the start of a function: defer DebugWithElapsedTime(logger, time.Now(), "test").
GetLoggerInstance returns singleton instance of the logger.
InitializeLogger with various properties.

# Variables

ErrLoggerNotInitialized is thrown when uninitialized logger instance is requested.