Public Member Functions | |
| add ($level, $message) | |
| clear () | |
| trimLog () | |
Definition at line 26 of file ACTIONLOG.php.
| ACTIONLOG::add | ( | $ | level, | |
| $ | message | |||
| ) |
(Static) Method to add a message to the action log
Definition at line 31 of file ACTIONLOG.php.
References $CONF, $member, $query, sql_query(), sql_table(), and trimLog().
Referenced by MANAGER::_loadPlugin(), BLOG::addTeamMember(), addToLog(), MEMBER::create(), ADMIN::disallow(), NP_Ping::event_JustPosted(), ACTIONS::parse_commentform(), and MEMBER::sendActivationLink().
| ACTIONLOG::clear | ( | ) |
(Static) Method to clear the whole action log
Definition at line 52 of file ACTIONLOG.php.
References $manager, $query, sql_query(), and sql_table().
Referenced by ADMIN::action_clearactionlog().
| ACTIONLOG::trimLog | ( | ) |
(Static) Method to trim the action log (from over 500 back to 250 entries)
Definition at line 65 of file ACTIONLOG.php.
References quickQuery(), sql_query(), and sql_table().
Referenced by add().
1.5.5