Buffers all events until the strategy determines to flush them.
Constructor
| Parameters: |
|
|---|
Set a new formatter for this writer
| Parameters: | string|FormatterFormatterInterface – |
|---|---|
| Return type: | self |
| Throws : | ExceptionInvalidArgumentException |
Get writer plugin manager
| Return type: | WriterPluginManager |
|---|
Set writer plugin manager
| Parameters: | string|WriterPluginManager – |
|---|---|
| Return type: | Logger |
| Throws : | ExceptionInvalidArgumentException |
Get writer instance
| Parameters: |
|
|---|---|
| Return type: | WriterWriterInterface |
Log a message to this writer.
| Parameters: | array – log data event |
|---|---|
| Return type: | void |
Check if buffered data should be flushed
| Parameters: | array – event data |
|---|---|
| Return type: | boolean true if buffered data should be flushed |
Write message to buffer or delegate event data to the wrapped writer
| Parameters: | array – event data |
|---|---|
| Return type: | void |
Resets the state of the handler. Stops forwarding records to the wrapped writer
Stub in accordance to parent method signature. Fomatters must be set on the wrapped writer.
| Parameters: | string|FormatterFormatterInterface – |
|---|---|
| Return type: | WriterInterface |
Record shutdown
| Return type: | void |
|---|