Provides plugins to allow logger provided by SyslogLogging to be used with LogCompose.
Example configuration:
[loggers.syslog]
type = "SyslogLogging.SyslogLogger"
identity = "testapp"
# min_level = "Info" # default is Info
# facility = "user" # one of the facility types listed in Syslogs.jl (default is user)
# server_type = "tcp" # tcp or udp or local (default)
# server_host = syslogsrvr
# server_port =
# lock = false # whether to lock the syslog facility while logging
# topmodule = "SyslogLoggingComposeTest" # optional top module to use to resolve SyslogLogging module
# # usually module that says `using SyslogLogging` in your code
Check documentation of SyslogLogging for more details about parameter values.