Syslog module
This module allows logging to the system log service. Only one system log handle may be opened at once.
Data types
- Syslog::LogFacility - The logging facility to use.
- Syslog::LogLevel - Log message urgencies
- Syslog::LogOption - Options for opening the logging handle
Exceptions
- BadFacility - Bad logging facility
Functions
- Void close() - Close the log handle
- Void open(String identifier=progName(),[LogOption] opts=[LogPid],LogFacility facility=LogUser) - Open the logging handle
- Void write(String logmessage,LogLevel level=LogInfo) - Write a log entry