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 #1

Updated by Christian Kuhn over 11 years ago

  • Parent task set to #40095
Actions #2

Updated by Steffen Müller over 11 years ago

  • Assignee deleted (Steffen Müller)

Sorry, please close this nonsense. ;-)

Actions #3

Updated by Thomas Maroschik over 11 years ago

  • Status changed from New to Closed

In strings class names are always considered fully qualified. Thus the leading slash is not necessary there.

Actions #4

Updated by Christian Kuhn over 11 years ago

  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF