Facility enum

Syslog facility

Inheritance

Constructors

Facility()
const

Values

kernel → const Facility
user → const Facility
mail → const Facility
system → const Facility
security1 → const Facility
syslogd → const Facility
printer → const Facility
news → const Facility
uucp → const Facility
clock → const Facility
security2 → const Facility
ftp → const Facility
ntp → const Facility
audit → const Facility
alert → const Facility
clock_ → const Facility
local0 → const Facility
local1 → const Facility
local2 → const Facility
local3 → const Facility
local4 → const Facility
local5 → const Facility
local6 → const Facility
local7 → const Facility

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Facility>
A constant List of the values in this enum, in order of their declaration.