Enum flexi_logger::writers::SyslogFacility[][src]

pub enum SyslogFacility {
Show variants Kernel, UserLevel, MailSystem, SystemDaemons, Authorization, SyslogD, LinePrinter, News, Uucp, Clock, Authorization2, Ftp, Ntp, LogAudit, LogAlert, Clock2, LocalUse0, LocalUse1, LocalUse2, LocalUse3, LocalUse4, LocalUse5, LocalUse6, LocalUse7,
}
Expand description

Syslog Facility.

See RFC 5424.

Variants

Kernel

kernel messages.

UserLevel

user-level messages.

MailSystem

mail system.

SystemDaemons

system daemons.

Authorization

security/authorization messages.

SyslogD

messages generated internally by syslogd.

LinePrinter

line printer subsystem.

News

network news subsystem.

Uucp

UUCP subsystem.

Clock

clock daemon.

Authorization2

security/authorization messages.

Ftp

FTP daemon.

Ntp

NTP subsystem.

LogAudit

log audit.

LogAlert

log alert.

Clock2

clock daemon (note 2).

LocalUse0

local use 0 (local0).

LocalUse1

local use 1 (local1).

LocalUse2

local use 2 (local2).

LocalUse3

local use 3 (local3).

LocalUse4

local use 4 (local4).

LocalUse5

local use 5 (local5).

LocalUse6

local use 6 (local6).

LocalUse7

local use 7 (local7).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.