ollily/ezlogging
Composer 安装命令:
composer require ollily/ezlogging
包简介
Simplify the usage of - Logging with Monolog
README 文档
README
Table of ContentsDescription
Simplify the usage of
-
Logging with Monolog
Configuration
Please read the configuration.
Usage
There are several classes which can be used for your development.
Monolog
Logger
-
AbstractEasyGoingLogger - Base class for all the logger
-
ConsoleLogger - Logging to console
-
Log format:
%datetime% [%level%] %class%→%function%() - %message% %context% %extra%
-
-
CsvLogger - Writing to a file in CSV format
-
DoNothingLogger - Replace any other logger with this and logging is disabled
-
FileLogger - Writing to a file
-
PlainLogger - Sending the output "as it is" to the console (raw)
Formatter
-
Formatter/EasyGoingFormatter - Formatter for the Monolog/ConsoleLogger
-
Formatter/PlainFormatter - Formatter for the Monolog/PlainLogger
Handler
-
Handler/ConsoleHandler - Handler for the Monolog/ConsoleLogger
-
Handler/CsvHandler - Handler for the Monolog/CsvLogger
-
Handler/FileHandler - Handler for the Monolog/FileLogger
Processor
-
Processor/PaddingProcessor - Processor for the Monolog/ConsoleLogger
-
Processor/PlainProcessor - Processor for the Monolog/PlainLogger
Examples
Please read some examples.
Project Status
Please read the project status.
Additional Information
-
Composer Commands - New commands for composer
Notice
Reference
-
Monolog (c) 2025 by Oliver Glowa
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2025-08-19