Attention

TYPO3 v8 has reached its end-of-life March 31st, 2020 and is not maintained by the community anymore.

You can order Extended Long Term Support (ELTS) here: TYPO3 ELTS.

Logging with TYPO3

TYPO3 Logging consists of the following components:

  • A Logger that receives the log message and related details, like a severity

  • A LogRecord model which encapsulates the data

  • Configuration of the logging system

  • Writers which write the log records to different targets (like file, database, rsyslog server, etc.)

  • Processors which add more detailed information to the log record.

Contents: