package
1.4.4
Repository: https://github.com/memphisdev/memphis.git
Documentation: pkg.go.dev

# Functions

GetSysLoggerTag generates the tag name for use in syslog statements.
NewFileLogger creates a logger with output directed to a file.
NewMemphisLogger creates a logger with output directed to Stderr and to a subject.
NewRemoteSysLogger creates a new remote system logger.
NewStdLogger creates a logger with output directed to Stderr.
NewSysLogger creates a new system logger.
NewTestLogger creates a logger with output directed to Stderr with a prefix.
SetSyslogName sets the name to use for the syslog.

# Structs

Logger is the server logger.
SysLogger provides a system logger facility.

# Interfaces

No description provided by the author

# Type aliases

** added by Memphis HybridLogPublishFunc is a function used to publish logs.
LogUTC controls whether timestamps in the log output should be UTC or local time.