Skip to content

Commit 8584ae9

Browse files
committed
Fix usage comment
1 parent 33d930c commit 8584ae9

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)