List of functions and data types in Syslog
Void write(String logmessage, LogLevel level=LogInfo)
Arguments
logmessage: The message to write
level: The LogLevel (urgency) of the message. The default is LogInfo
Usage
Write a message to the open log handle with the specified priority.
Related