From dbfd076fc632d28b941080c9760f3b72ccc24ad9 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 4 Dec 2012 10:45:47 +0100 Subject: [PATCH] Update doc/usage.md --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 8c5e8e2d..07efa78a 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -142,7 +142,7 @@ To configure a predefined formatter class, just set it as the handler's field: // the default date format is "Y-m-d H:i:s" $dateFormat = "Y n j, g:i a"; // the default output format is "[%datetime%] %channel%.%level_name%: %message% %context% %extra%\n" -$output = "%datetime% > %level_name% > %message% %context% %extra%\n" +$output = "%datetime% > %level_name% > %message% %context% %extra%\n"; // finally, create a formatter $formatter = new LineFormatter($output, $dateFormat);