User Tools

Site Tools


log_class

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

log_class [2019/10/31 06:32] – created sahllog_class [2019/10/31 06:32] (current) sahl
Line 20: Line 20:
 <code php> <code php>
 $log->log($username, $event, $log_text); $log->log($username, $event, $log_text);
 +</code>
 +
 +If no fancy columns are needed the simplest log is:
 +
 +<code php>
 +$log = new Log('quicklog');
 +$log->log('Some event');
 </code> </code>
log_class.1572503521.txt.gz · Last modified: 2019/10/31 06:32 by sahl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki