Skip to content

hmmh/devlog

 
 

Repository files navigation

Developer's Log

This is a 9 LTS compatible version of cobwebch/devlog.

TYPO3 extension for logging calls from the Logging Framework (instead of GeneralUtility:devLog()) and browsing and searching those entries.

If you want to use the FileWriter please add the following code:

$GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = [
    \TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
        'Devlog\\Devlog\\Writer\\FileWriter' => []
    ]
];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.7%
  • JavaScript 15.7%
  • HTML 3.1%
  • CSS 0.5%