Get your own copy
Don't hesitate! Just download and test it all by yourself for free!
(Requires: 3.0.2+)
This option enables you to specify the message format for each log row.
Variables that gets automatically replaced.
| Name | Summary |
|---|---|
| {time} | Will be the current time when the message was created. |
| {level} | Will be a string representation of the current log level. |
| {message} | Will contain the log message body. |
$mcFileManagerConfig['log.format'] = "[{time}] [{level}] {message}";
<add key="log.format" value="[{time}] [{level}] {message}" />