Syslog - The-Riddler/CCKernel GitHub Wiki

##Purpose Syslog is the logging system for the kernel and its processes. All log files are stored locally in /var/log/

##Commands #logString(self, name, string) This command appends the string to the file of "name" in /var/log. The file extension should not be given. The self argument is deprecated and will be removed in the future, I have just avoided it thus far to avoid breaking compatibility.

#logTable(self, name, string, table) Same behaviour as logString, however will serialise and write the table to a data file in /var/log/atts/ and append the file name of the serialised table to the string.