diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-05 02:11:27 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-05 02:11:27 -0500 |
commit | 2ab01e040e224943b1b15131a6e51fe6b5d6e580 (patch) | |
tree | 6194773ac15fd37ee93050d744a8be3b2f6d8ade /EVENTS.txt | |
parent | 51f0dd5e37db0e8d2a8690655555d399249942df (diff) |
Add 2 new events to enable logger pluginization: StartLog and EndLog
Diffstat (limited to 'EVENTS.txt')
-rw-r--r-- | EVENTS.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/EVENTS.txt b/EVENTS.txt index a056aa0a1..e0516f8f4 100644 --- a/EVENTS.txt +++ b/EVENTS.txt @@ -617,3 +617,14 @@ EndInlineScriptElement: After a <script...> element is written - $action - $code - $type + +StartLog: Before writing to the logs +- &$priority +- &$msg +- &$filename + +EndLog: After writing to the logs +- $priority +- $msg +- $filename + |