# 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.
# 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.