我需要爲用戶實現簡單的日誌系統。在用戶的捆綁操作中(例如),我想用這樣的一些樣例使用monolog。 public function indexAction(){
$logger = $this->get('logger');
$logger->users('User {X} is logout');
}
它登錄,在特定的文件保存該日誌(users.log)例如
我需要重寫格式的日誌上Laravel 5.3 我爲導向,這post使用,但不工作做項目。 首先創建一個引導/ ConfigureLogging.php類 <?php
namespace Bootstrap;
use Monolog\Handler\RotatingFileHandler;
use Monolog\Logger as Monolog;
use Monolog\Formatt
大多數標準獨白(https://github.com/Seldaek/monolog/tree/master/src/Monolog)處理程序處理他們的內部觸發,例如: // https://github.com/Seldaek/monolog/blob/master/src/Monolog/Handler/PHPConsoleHandler.php#L76
public function __
php.INFO: The "_method" requirement is deprecated since version 2.2 and will be removed in 3.0. Use the setMethods() method instead.
{"type":16384,"file":"/martin/home/www/test/vendor/symfony/symfony