Skip to content

Commit 88a9a1d

Browse files
committed
Merge pull request #41 from m92o/master
Fix usage comment
2 parents 33d930c + 8584ae9 commit 88a9a1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Log/DateTimeFileWriter.php

100644100755
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Timestamp Log File Writer
3+
* DateTime Log File Writer
44
*
55
* Use this custom log writer to output log messages
66
* to a daily, weekly, monthly, or yearly log file. Log
@@ -9,8 +9,8 @@
99
*
1010
* USAGE
1111
*
12-
* $app = new Slim(array(
13-
* 'log.writer' => new TimestampLogFileWriter()
12+
* $app = new \Slim\Slim(array(
13+
* 'log.writer' => new \Slim\Extras\Log\DateTimeFileWriter()
1414
* ));
1515
*
1616
* SETTINGS

0 commit comments

Comments
 (0)