$VERSION
$VERSION : string
Application class for phpDocumentor.
Can be used as bootstrap when the run method is not invoked.
configureLogger(\Monolog\Logger $logger, integer $level, string $logPath = null) : void
Removes all logging handlers and replaces them with handlers that can write to the given logPath and level.
\Monolog\Logger | $logger | The logger instance that needs to be configured. |
integer | $level | The minimum level that will be written to the normal logfile; matches one of the constants in {@see \Monolog\Logger}. |
string | $logPath | The full path where the normal log file needs to be written. |