Method: Syslog::Logger#facility

Defined in:
lib/syslog/logger.rb

#facilityObject

The facility argument is used to specify what type of program is logging the message.



182
183
184
# File 'lib/syslog/logger.rb', line 182

def facility
  @facility
end