1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 20:01:52 +02:00

Tweak html output a bit for readability, update readme, force unicode, refs #275

This commit is contained in:
Jordi Boggiano
2013-11-20 13:44:25 +01:00
parent a27dfcd493
commit 11cb918bbc
2 changed files with 17 additions and 13 deletions

View File

@@ -178,6 +178,7 @@ Formatters
----------
- _LineFormatter_: Formats a log record into a one-line string.
- _HtmlFormatter_: Used to format log records into a human readable html table, mainly suitable for emails.
- _NormalizerFormatter_: Normalizes objects/resources down to strings so a record can easily be serialized/encoded.
- _ScalarFormatter_: Used to format log records into an associative array of scalar values.
- _JsonFormatter_: Encodes a log record into json.