mirror of
https://github.com/Seldaek/monolog.git
synced 2025-02-23 22:42:38 +01:00
commit
5b134e647e
@ -20,11 +20,11 @@ namespace Monolog\Formatter;
|
||||
*/
|
||||
class JsonFormatter implements FormatterInterface
|
||||
{
|
||||
protected $batchMode;
|
||||
protected $appendNewline;
|
||||
|
||||
const BATCH_MODE_JSON = 1;
|
||||
const BATCH_MODE_NEWLINES = 2;
|
||||
|
||||
protected $batchMode;
|
||||
protected $appendNewline;
|
||||
|
||||
/**
|
||||
* @param int $batchMode
|
||||
|
Loading…
x
Reference in New Issue
Block a user