diff options
author | wei <> | 2006-01-04 08:10:56 +0000 |
---|---|---|
committer | wei <> | 2006-01-04 08:10:56 +0000 |
commit | 3628bfe141ef02299beb9514397cfc2c27a7dcb1 (patch) | |
tree | e1b09079bee418e45af6c49314a9f0fec5cf2012 /.gitattributes | |
parent | 0ebae0856a5ed24bcc1b01d13d8715288f39a08d (diff) |
adding TEventLog using ezcLog from ezComponents.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 985127e8..0175b999 100644 --- a/.gitattributes +++ b/.gitattributes @@ -132,6 +132,21 @@ framework/Exceptions/templates/exception-zh.html -text framework/Exceptions/templates/exception.html -text framework/Exceptions/templates/readme.txt -text framework/IO/TTextWriter.php -text +framework/Log/EventLog/context.php -text +framework/Log/EventLog/exceptions/file_exception.php -text +framework/Log/EventLog/exceptions/writer_exception.php -text +framework/Log/EventLog/interfaces/writer.php -text +framework/Log/EventLog/log.php -text +framework/Log/EventLog/log_autoload.php -text +framework/Log/EventLog/log_message.php -text +framework/Log/EventLog/map.php -text +framework/Log/EventLog/structs/log_filter.php -text +framework/Log/EventLog/writers/writer_database.php -text +framework/Log/EventLog/writers/writer_file.php -text +framework/Log/EventLog/writers/writer_unix_file.php -text +framework/Log/TEventLog.php -text +framework/Log/TEzcLogger.php -text +framework/Log/TLog.php -text framework/Security/TAuthManager.php -text framework/Security/TAuthorizationRule.php -text framework/Security/TMembershipManager.php -text |