Python syslog Functions

EditRocket provides the following information on syslog functions in the Python source code builder.

closelog() - Close the log file.

openlog(ident[, logopt[, facility]]) - Logging options other than the defaults can be set by explicitly opening the log file with openlog() prior to calling syslog().

setlogmask(maskpri) - Set the priority mask to maskpri and return the previous mask value.

syslog([priority,] message) - Send the string message to the system logger.