Introduce a function to return a warning by loggers.

This commit is contained in:
Laurent Destailleur
2015-09-07 12:21:26 +02:00
parent f3c71a9a5a
commit 28c62fb214
4 changed files with 42 additions and 7 deletions

View File

@@ -48,6 +48,13 @@ interface LogHandlerInterface
*/
public function getInfo();
/**
* Return warning if something is wrong with logger
*
* @return string Warning message
*/
public function getWarning();
/**
* Return array of configuration data
*