Subversion Repositories oidplus

Rev

Rev 1116 | Rev 1185 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1116 Rev 1130
Line 23... Line 23...
23
\defined('INSIDE_OIDPLUS') or die;
23
\defined('INSIDE_OIDPLUS') or die;
24
// phpcs:enable PSR1.Files.SideEffects
24
// phpcs:enable PSR1.Files.SideEffects
25
 
25
 
26
class OIDplusLoggerPluginWindowsEventLog extends OIDplusLoggerPlugin {
26
class OIDplusLoggerPluginWindowsEventLog extends OIDplusLoggerPlugin {
27
 
27
 
-
 
28
        /**
-
 
29
         *
-
 
30
         */
28
        const CLASS_ViaThinkSoftSimpleEventLog = '{E4270053-A217-498C-B395-9EF33187E8C2}';
31
        const CLASS_ViaThinkSoftSimpleEventLog = '{E4270053-A217-498C-B395-9EF33187E8C2}';
29
 
32
 
-
 
33
        /**
-
 
34
         *
-
 
35
         */
30
        const LOGEVENT_MSG_SUCCESS       = 0;
36
        const LOGEVENT_MSG_SUCCESS       = 0;
-
 
37
 
-
 
38
        /**
-
 
39
         *
-
 
40
         */
31
        const LOGEVENT_MSG_INFORMATIONAL = 1;
41
        const LOGEVENT_MSG_INFORMATIONAL = 1;
-
 
42
 
-
 
43
        /**
-
 
44
         *
-
 
45
         */
32
        const LOGEVENT_MSG_WARNING       = 2;
46
        const LOGEVENT_MSG_WARNING       = 2;
-
 
47
 
-
 
48
        /**
-
 
49
         *
-
 
50
         */
33
        const LOGEVENT_MSG_ERROR         = 3;
51
        const LOGEVENT_MSG_ERROR         = 3;
34
 
52
 
-
 
53
        /**
35
        const LOGPROVIDER = 'OIDplus'; // "Source name" (should be registered in the registry = mapped to a message file DLL)
54
         * "Source name" (should be registered in the registry = mapped to a message file DLL)
-
 
55
         */
-
 
56
        const LOGPROVIDER = 'OIDplus';
36
 
57
 
37
        /**
58
        /**
38
         * @param string $reason
59
         * @param string $reason
39
         * @return bool
60
         * @return bool
40
         */
61
         */