mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 09:06:10 +02:00
Added the support of a logging context
This commit is contained in:
@@ -23,7 +23,7 @@ class WildfireFormatter extends LineFormatter
|
||||
/**
|
||||
* Similar to LineFormatter::SIMPLE_FORMAT, except without the "[%datetime%]"
|
||||
*/
|
||||
const SIMPLE_FORMAT = "%channel%: %message% %extra%";
|
||||
const SIMPLE_FORMAT = "%channel%: %message% %context% %extra%";
|
||||
|
||||
/**
|
||||
* Translates Monolog log levels to Wildfire levels.
|
||||
|
Reference in New Issue
Block a user