Enum SyslogDestination.SyslogFacility

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTH
      The Authentication Syslog Facility.
      AUTHPRIV
      The Authpriv Syslog Facility.
      CRON
      The CRON Syslog Facility.
      DAEMON
      The Daemon Syslog Facility.
      FTP
      The FTP Syslog Facility.
      KERN
      The Kernel Syslog Facility.
      LOCAL0
      The LOCAL0 Syslog Facility.
      LOCAL1
      The LOCAL1 Syslog Facility.
      LOCAL2
      The LOCAL2 Syslog Facility.
      LOCAL3
      The LOCAL3 Syslog Facility.
      LOCAL4
      The LOCAL4 Syslog Facility.
      LOCAL5
      The LOCAL5 Syslog Facility.
      LOCAL6
      The LOCAL6 Syslog Facility.
      LOCAL7
      The LOCAL7 Syslog Facility.
      LPR
      The LPR Syslog Facility.
      MAIL
      The Mail Syslog Facility.
      NEWS
      The News Syslog Facility.
      SYSLOG
      The Syslog Syslog Facility.
      USER
      The User Syslog Facility.
      UUCP
      The UUCP Syslog Facility.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()
      Gets the id.
      static SyslogDestination.SyslogFacility valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static SyslogDestination.SyslogFacility[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait