summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Logger/LoggingHandlerFile.php
diff options
context:
space:
mode:
authorAndreas Ã…kre Solberg <andreas.solberg@uninett.no>2008-02-14 12:25:53 +0000
committerAndreas Ã…kre Solberg <andreas.solberg@uninett.no>2008-02-14 12:25:53 +0000
commitd9bee74a5fb25b59f389759edee70d25e326d08c (patch)
tree2dace858bbe2a54f495ad4655c43715d57b4c87c /lib/SimpleSAML/Logger/LoggingHandlerFile.php
parentfb43b3722de2f33a9fdccd43f966556b3fec788c (diff)
downloadsimplesamlphp-d9bee74a5fb25b59f389759edee70d25e326d08c.zip
simplesamlphp-d9bee74a5fb25b59f389759edee70d25e326d08c.tar.gz
simplesamlphp-d9bee74a5fb25b59f389759edee70d25e326d08c.tar.bz2
renamed the logger class to follow the guidelines for classnaming. Also added some new log entries, and add an entry for SSO login statistics
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@297 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/Logger/LoggingHandlerFile.php')
-rw-r--r--lib/SimpleSAML/Logger/LoggingHandlerFile.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/SimpleSAML/Logger/LoggingHandlerFile.php b/lib/SimpleSAML/Logger/LoggingHandlerFile.php
index dd77cd6..b0239ef 100644
--- a/lib/SimpleSAML/Logger/LoggingHandlerFile.php
+++ b/lib/SimpleSAML/Logger/LoggingHandlerFile.php
@@ -3,6 +3,15 @@
require_once('SimpleSAML/Configuration.php');
require_once('SimpleSAML/Logger.php');
+/**
+ * A class for logging
+ *
+ * @author Lasse Birnbaum Jensen, SDU.
+ * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
+ * @package simpleSAMLphp
+ * @version $ID$
+ */
+
class SimpleSAML_Logger_LoggingHandlerFile implements SimpleSAML_Logger_LoggingHandler {
private $logFile = null;