02-monolog - PHP 日志神器 之 Handlers, Formatters and Processors
Handlers记录日志到文件与系统日志(syslog)StreamHandler:记录日志到任何PHPstream,用它来记录到文件。RotatingFileHandler:每天一个文件,会自动删除比$maxFiles老的文件,这只是一个很随意的方案,Youshoulduselogrotateforhighprofilesetupsthough。SyslogHandler:记录到系统日志Erro