Project

General

Profile

Actions

Bug #40202

closed

Task #40095: Move core to namespaces

Remove leading \ in namespaces of default TYPO3_CONF_VARS['LOG']

Added by Steffen Müller over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2012-08-25
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The new Logging API uses class names in TYPO3_CONF_VARS['LOG'].
Some of the new namespace are prefixed with \

'writerConfiguration' => array(
  \TYPO3\CMS\Core\Log\LogLevel::DEBUG => array(
   'TYPO3\\CMS\\Core\\Log\\Writer\\FileWriter' => array()
  )
),
Actions

Also available in: Atom PDF