mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Renamed message to record
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Monolog\Handler;
|
||||
*/
|
||||
interface HandlerInterface
|
||||
{
|
||||
public function isHandling($message);
|
||||
public function isHandling($record);
|
||||
|
||||
public function handle($message);
|
||||
public function handle($record);
|
||||
}
|
||||
|
Reference in New Issue
Block a user