FormattableHandlerInterface
in
Interface to describe loggers that have a formatter
Tags
Table of Contents
- getFormatter() : FormatterInterface
- Gets the formatter.
- setFormatter() : HandlerInterface
- Sets the formatter.
Methods
getFormatter()
Gets the formatter.
public
getFormatter() : FormatterInterface
Return values
FormatterInterface —setFormatter()
Sets the formatter.
public
setFormatter(FormatterInterface $formatter) : HandlerInterface
Parameters
- $formatter : FormatterInterface
Return values
HandlerInterface —self