Enum log4rs_syslog_net::consts::Facility[][src]

pub enum Facility {
Show variants KERN, USER, MAIL, DAEMON, AUTH, SYSLOG, LPR, NEWS, UUCP, CRON, AUTHPRIV, FTP, NTP, LOGAU, LOGALT, CRON2, LOCAL0, LOCAL1, LOCAL2, LOCAL3, LOCAL4, LOCAL5, LOCAL6, LOCAL7,
}

Facilities according to RFC 5424

Variants

KERN

Kernel messages

USER

User-level messages

MAIL

Mail system

DAEMON

System daemons

AUTH

Security/authorization messages

SYSLOG

Messages generated internally by syslogd

LPR

Line printer subsystem

NEWS

Network news subsystem

UUCP

UUCP subsystem

CRON

Clock daemon

AUTHPRIV

Security/authorization messages

FTP

FTP daemon

NTP

NTP subsystem

LOGAU

Log audit

LOGALT

Log alert

CRON2

Clock daemon (note 2)

LOCAL0

Local use 0 (local0)

LOCAL1

Local use 1 (local1)

LOCAL2

Local use 2 (local2)

LOCAL3

Local use 3 (local3)

LOCAL4

Local use 4 (local4)

LOCAL5

Local use 5 (local5)

LOCAL6

Local use 6 (local6)

LOCAL7

Local use 7 (local7)

Trait Implementations

impl Clone for Facility[src]

impl Copy for Facility[src]

impl Debug for Facility[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.