package
2.11.0-preview.2
Repository: https://github.com/nats-io/nats-server.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.
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

LogUTC controls whether timestamps in the log output should be UTC or local time.