Enum log4rs_syslog::Facility [] [src]

pub enum Facility {
    Auth,
    AuthPriv,
    Cron,
    Daemon,
    Ftp,
    Kern,
    Local0,
    Local1,
    Local2,
    Local3,
    Local4,
    Local5,
    Local6,
    Local7,
    Lpr,
    Mail,
    News,
    Syslog,
    User,
    Uucp,
}

The type of program.

Variants

Security/authorization.

Security/authorization (private).

Clock daemon (cron and at).

System daemons without separate facility value.

FTP daemon.

Kernel messages (these can't be generated from user processes).

Reserved for local use.

Reserved for local use.

Reserved for local use.

Reserved for local use.

Reserved for local use.

Reserved for local use.

Reserved for local use.

Reserved for local use.

Line printer subsystem.

Mail subsystem.

USENET news subsystem.

Messages generated internally by syslogd.

Generic user-level messages. This is the default when not calling openlog().

UUCP subsystem.

Trait Implementations

impl Debug for Facility
[src]

[src]

Formats the value using the given formatter. Read more

impl Into<c_int> for Facility
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Facility

impl Sync for Facility