RFC 5424 facility codes.
The numeric value is multiplied by 8 in the PRI calculation. Pass a member of this enum, its number, or its lowercase name to any logging call.
1.0.0
import { Facility } from 'edgeport/syslog';console.log(Facility.local0); // 16 Copy
import { Facility } from 'edgeport/syslog';console.log(Facility.local0); // 16
RFC 5424 facility codes.
The numeric value is multiplied by 8 in the PRI calculation. Pass a member of this enum, its number, or its lowercase name to any logging call.
Since
1.0.0
Example