Directory Classes/Log/

Directory Created:
2008-09-15 10:14
Directory Deleted:
2010-08-24 10:42
Total Files:
0
Deleted Files:
13
Lines of Code:
0

[root]/Classes/Log
            Folder removed from repo Backend (0 files, 0 lines)
            Folder removed from repo Exception (0 files, 0 lines)

Lines of Code

Classes/Log/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 82 (100.0%) 842 (100.0%) 10.2
robert 27 (32.9%) 516 (61.3%) 19.1
bwaidelich 2 (2.4%) 192 (22.8%) 96.0
k-fish 53 (64.6%) 134 (15.9%) 2.5

Most Recent Commits

k-fish 2010-08-24 10:42 Rev.: 5057

Removed everything in trunk after move to git.

0 lines of code changed in 13 files:

  • Classes/Log: Exception.php (del), F3_FLOW3_Log_AbstractBackend.php (del), F3_FLOW3_Log_BackendInterface.php (del), F3_FLOW3_Log_Exception.php (del), F3_FLOW3_Log_Logger.php (del), F3_FLOW3_Log_LoggerFactory.php (del), F3_FLOW3_Log_LoggerInterface.php (del), F3_FLOW3_Log_SimpleFileLogger.php (del), F3_FLOW3_Log_SystemLoggerInterface.php (del), Logger.php (del), LoggerFactory.php (del), LoggerInterface.php (del), SystemLoggerInterface.php (del)
k-fish 2010-08-13 16:21 Rev.: 4969

[-TASK] FLOW3: Removed @version keyword from files, resolves #8835.

0 lines of code changed in 5 files:

  • Classes/Log: Exception.php (-1), Logger.php (-1), LoggerFactory.php (-1), LoggerInterface.php (-1), SystemLoggerInterface.php (-1)
robert 2010-02-22 16:17 Rev.: 3837

[+FEATURE] FLOW3 (Object): Implemented a static object container which is automatically built. It's essentially a hardcoded version of the autowired and configured object dependencies - just a lot faster. Many tests are still missing, but the version in this commit should be mostly functional. Addresses #3740 and resolves #2123.
[!!!][~API] FLOW3 (Object): Heavily refactored the Object Manager and its tests. The most important change is the removal of the Object Factory whose create() method is now located in the Object Manager. Furthermore, the getObject() method has been renamed to get() and a few minor important API functions within the Object Manager have been modified. This commit also contains a script which allows for semi automatically migrating existing code to the new API (see ./flow3 migrate objectmanagerusage). Resolves #6562
[~TASK] FLOW3 (Configuration): The Configuration Manager and its YAML source now doesn't depend on the YAML package anymore but refers to a YAML parser class within the FLOW3 package. Resolves #6564.

8 lines of code changed in 1 file:

  • Classes/Log: LoggerFactory.php (+8 -8)
robert 2010-01-15 15:38 Rev.: 3643

[~TASK] FLOW3 (Documentation): Updated the Coding Guidelines: removed inconsistent exceptions from the general class naming rules. Also added the rule that names of aspect classes must end with "Aspect". Relates to #5658
[~TASK] Global: Renamed many classes and interfaces in order to be consistent with FLOW3's naming rules. A migration script to update third-party applications will follow soon. Resolves #5658

6 lines of code changed in 3 files:

  • Classes/Log: Logger.php (+2 -2), LoggerFactory.php (+3 -3), LoggerInterface.php (+1 -1)
robert 2009-11-19 14:53 Rev.: 3476

[~TASK] FLOW3 (Log): Added another safeguard to the log() method for cases when the backtrace contains insufficient information.
[~TASK] FLOW3 (Object): Corrected an exception and its message in the Object Builder for situations in which a factory didn't return an object.

1 lines of code changed in 1 file:

  • Classes/Log: Logger.php (+1 -1)
k-fish 2009-10-22 18:22 Rev.: 3345

[~TASK] FLOW3: Added @api annotations on class level and adjusted CGL to explain class-level @api handling.

4 lines of code changed in 4 files:

  • Classes/Log: Exception.php (+1), Logger.php (+1), LoggerFactory.php (+1), LoggerInterface.php (+1 -1)
k-fish 2009-09-30 12:37 Rev.: 3243

[+TASK] FLOW3 (Log): Removed SEVERITY_* constants and switched to PHP's LOG_* constants, resolves #4824.

14 lines of code changed in 2 files:

  • Classes/Log: Logger.php (+2 -2), LoggerInterface.php (+12 -16)
k-fish 2009-09-29 14:41 Rev.: 3239

[+FEATURE] FLOW3 (Log): The file backend now logs only messages above a given severity, resolves #3864.
[~TASK] FLOW3 (Log): Some cleanup to comments and code.
[~CONFIGURATION]: Added severityThreshold to the log backend options, in Production context only messages warnings (and above) are logged, in Development context all messages are logged.

4 lines of code changed in 3 files:

  • Classes/Log: Logger.php (+2 -2), LoggerFactory.php (+1 -2), LoggerInterface.php (+1 -1)
robert 2009-08-26 14:20 Rev.: 3102

[+BUGFIX] FLOW3 (Log): Added some safeguard to the backtrace function of the Logger.

2 lines of code changed in 1 file:

  • Classes/Log: Logger.php (+2 -2)
k-fish 2009-07-16 15:02 Rev.: 2813

[+TASK] FLOW3: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Fluid: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Kickstart: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHP6: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] PHPUnit: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Testing: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] Welcome: Removed file level docblocks and @package/@subpackage annotations.
[+TASK] YAML: Removed file level docblocks and @package/@subpackage annotations.

0 lines of code changed in 5 files:

  • Classes/Log: Exception.php (-8), Logger.php (-8), LoggerFactory.php (-8), LoggerInterface.php (-8), SystemLoggerInterface.php (-8)
k-fish 2009-07-15 12:28 Rev.: 2794

[TASK] FLOW3: moved from @internal to @api, resolves #3883

8 lines of code changed in 4 files:

  • Classes/Log: Logger.php (+3 -2), LoggerFactory.php (+1 -1), LoggerInterface.php (+3), SystemLoggerInterface.php (+1)
robert 2009-05-20 19:14 Rev.: 2293

* FLOW3: Marked all methods as @internal except those which are considered part of the official API. Resolves #1280
* TYPO3CR: Fixed two tests of the Storage\PDO\Search testcase.

3 lines of code changed in 2 files:

  • Classes/Log: Logger.php (+2), LoggerFactory.php (+1)
robert 2009-01-28 13:04 Rev.: 1811

!!! Globally renamed all class files to the new shorter version. Resolves #2524
FLOW3: (Resource) Adapted the class loader and other related parts of FLOW3 to the new class filename convention
FLOW3: Moved the FLOW3 bootstrap into the F3\FLOW3 namepace

59 lines of code changed in 5 files:

  • Classes/Log: Exception.php (new 8), Logger.php (new 7), LoggerFactory.php (new 15), LoggerInterface.php (new 21), SystemLoggerInterface.php (new 8)
k-fish 2009-01-26 22:34 Rev.: 1799

FLOW3:
* moved and renamed some Log backend classes and interfaces, refs #2515

8 lines of code changed in 2 files:

  • Classes/Log: F3_FLOW3_Log_Logger.php (+4 -4), F3_FLOW3_Log_LoggerInterface.php (+4 -4)
k-fish 2009-01-15 16:06 Rev.: 1749

FLOW3:
* fixed license name in @license annotation, fixes #2454

7 lines of code changed in 7 files:

  • Classes/Log: F3_FLOW3_Log_AbstractBackend.php (+1 -1), F3_FLOW3_Log_BackendInterface.php (+1 -1), F3_FLOW3_Log_Exception.php (+1 -1), F3_FLOW3_Log_Logger.php (+1 -1), F3_FLOW3_Log_LoggerFactory.php (+1 -1), F3_FLOW3_Log_LoggerInterface.php (+1 -1), F3_FLOW3_Log_SystemLoggerInterface.php (+1 -1)
robert 2009-01-15 15:24 Rev.: 1747

This is a big commit (sorry - not exactly Continuous Integration ...)
While all seems to be fine and stable, many features introduced in this commit are not complete. Especially AOP Proxy Caching, Logging (API), the System Logger and the Signal Slots mechanism need some further work.

* TYPO3 Distribution: Added a Log directory
* TYPO3 Distribution: Disabled security (for now) because some thing need to be refactored and tested again after this commit
* FLOW3: Further cleanup of the bootstrap. Addresses #2117
* FLOW3: Removed manual registration of objects from all classes and created an Objects.yaml configuration instead which declares the objects and configures their dependencies. This manual registration is necessary for objects such as the AOP Framework because at the time it is created, the Object Manager is not yet fully initialized.
* FLOW3: (AOP) Refactored and cleaned up the AOP initialization process. Resolves #441.
* FLOW3: (AOP) Completely rewrote all unit tests and added many new ones. Now no AOP test relies on the TestPackage anymore. Addresses #1868
* FLOW3: (AOP) Improved the automatic documentation rendering of the Proxy Class Builder. Resolves #35.
* FLOW3: (AOP) Externalized the creation of the AOP proxy and instead use the Caches.yaml configuration.
* FLOW3: (AOP) Removed all use of PHP's Reflection classes and replaced them with calls to the Reflection Service
* FLOW3: (AOP) Converted all classes involved in the proxy building process from static into dynamic calls
* FLOW3: (Cache) Introduced an (semi) automatic cache registration feature which assures that all necessary caches are registered when file changes are detected. In order to register a cache, just define it in the new "Caches.yaml" configuration file. See the FLOW3 package for examples. Resolves #1787
* FLOW3: (Cache) Wrote more tests for the File Backend. Resolves #1843
* FLOW3: (Configuration) Improved the performance of the special configuration management
* FLOW3: (Configuration) Added support for Caches.* configuration
* FLOW3: (Error) The exception handlers now log uncaught exceptions to the System Logger
* FLOW3: (Monitor) Introduced a new sub package "Monitor" which provides a mechanism for automatic detection of changes on monitored files. If monitored files or directories (the latter not yet implemented) change, a signal is emitted which can be catched by a slot taking further action. Currently all cache entries tagged with a class tag are flushed automatically if a class file changes.
* FLOW3: (Log) Introduced a special System Logger which is created automatically and can be injected if needed. Although it works quite well already, the general concept of injecting the logger and the LoggerInterface itself is not final! Watch for log files in the Data/Log/ directory when running TYPO3 / FLOW3 in development context.
* FLOW3: (Log) Introduced a Logger Factory for use in Objects configuration. Warning: the API might still change
* FLOW3: (Log) Made the SEVERITY constants conform to RFC3164 and PHP's LOG_* constants
* FLOW3: (Object) Refactored and detached more unit tests from the TestPackage. Addresses #2123
* FLOW3: (Object) Implemented an early configuration parse step which allows for configuring objects in the Objects.yaml file of the FLOW3 package even before the Package Manager is initialized.
* FLOW3: (Object) Introduced a lifecycle shutdown method (default is "shutdownObject") which can be used as a clean alternative to __destruct().
* FLOW3: (Reflection) Added new API methods: isClassReflected, getInterfaceNamesImplementedByClass, isMethodFinal, isMethodStatic, isMethodPublic, isMethodProtected, isMethodPrivate
* FLOW3: (Reflection) getMethods() now returns information about the method visibility
* FLOW3: (Security) Refactored the ACL Policy Service - might still need some final work
* FLOW3: (SignalSlot) Fixed some small issues in the Dispatcher and implemented support for System Logger
* FLOW3: (Utility) Fixed a bug in Arrays::getValueByPath
* Testing: Implemented a method buildAccessibleProxy() in the BaseTestCase which allows for conveniently calling protected methods of a class. See FLOW3 unit tests for examples.
* TestPackage: Removed many classes which became obsolete due to the AOP tests refactoring. refs #1868

167 lines of code changed in 6 files:

  • Classes/Log: F3_FLOW3_Log_AbstractBackend.php (-1), F3_FLOW3_Log_BackendInterface.php (+2 -2), F3_FLOW3_Log_Logger.php (+21 -6), F3_FLOW3_Log_LoggerFactory.php (new 87), F3_FLOW3_Log_LoggerInterface.php (+15 -8), F3_FLOW3_Log_SystemLoggerInterface.php (new 42)
k-fish 2009-01-09 14:03 Rev.: 1721

FLOW3, TYPO3CR:
* replaced arrays indexed by spl_object_hash with \SplObjectStorage
* removed ClassSchem::MODELTYPE_REPOSITORY as it is no longer used

9 lines of code changed in 1 file:

  • Classes/Log: F3_FLOW3_Log_Logger.php (+9 -5)
k-fish 2009-01-07 11:37 Rev.: 1707

FLOW3:
* changed license to LGPL v3 or later

70 lines of code changed in 5 files:

  • Classes/Log: F3_FLOW3_Log_AbstractBackend.php (+14 -7), F3_FLOW3_Log_BackendInterface.php (+14 -7), F3_FLOW3_Log_Exception.php (+14 -7), F3_FLOW3_Log_Logger.php (+14 -7), F3_FLOW3_Log_LoggerInterface.php (+14 -7)
robert 2008-12-16 20:08 Rev.: 1649

* FLOW3: (Log) (Wrote test and) fixed a bug in the Logger which didn't open a backend on adding it to the logger.
* FLOW3: (Log) Defined classes as prototype where needed
* FLOW3: (Log) File Backend now checks if the log file could really be opened

5 lines of code changed in 3 files:

  • Classes/Log: F3_FLOW3_Log_AbstractBackend.php (+1 -3), F3_FLOW3_Log_Logger.php (+3 -1), F3_FLOW3_Log_LoggerInterface.php (+1)
robert 2008-12-16 17:52 Rev.: 1645

* FLOW3: (AOP) Modified the AOP proxy class blacklist so that MVC classes can be proxied by aspects
* FLOW3: (Event) Initial commit of a (yet dummy) Signal Aspect. This is work in progress.
* FLOW3: (Log) Reimplemented the Log subpackage. Now it is cleanly divided into frontend and backend and comes with proper unit tests. Further development will follow soon.
* FLOW3: (MVC) Added a sample signal implementation to the MVC Router route() method.
* FLOW3: (Reflection) Fixed a bug in getDefaultImplementationClassNameForInterface() which sometimes used an invalid array key.
* FLOW3: (Cache) Added a test for the Abstract Backend constructor

265 lines of code changed in 5 files:

  • Classes/Log: F3_FLOW3_Log_AbstractBackend.php (new 54), F3_FLOW3_Log_BackendInterface.php (new 63), F3_FLOW3_Log_Exception.php (new 35), F3_FLOW3_Log_Logger.php (new 92), F3_FLOW3_Log_LoggerInterface.php (+21 -2)
k-fish 2008-12-10 15:39 Rev.: 1599

!!! 5.3.0alpha3 namespaces refactoring:
* changed namespace delimiter from :: to \
* all class references in namespaced code prepended by \

PHPUnit:
* adapted mock object handling to the new namespaces syntax

FLOW3:
* PropertyReflection now uses setAccessible() instead of array cast to access protected properties

PHPCR:
* added a missing interface already used for type hints

10 lines of code changed in 2 files:

  • Classes/Log: F3_FLOW3_Log_LoggerInterface.php (+1 -1), F3_FLOW3_Log_SimpleFileLogger.php (+9 -9)
bwaidelich 2008-09-15 10:14 Rev.: 1217

* FLOW3: (Log) Integrated Log package (including simpleFileLogger) into FLOW3 package and updated two references in FLOW3/Security. This resolves #1454.
* FLOW3: (Log) Changed date format in SimpleFileLogger from '%y-%m-%d %T' to '%y-%m-%d %H:%M:%S'. This fixes #857.

192 lines of code changed in 2 files:

  • Classes/Log: F3_FLOW3_Log_LoggerInterface.php (new 55), F3_FLOW3_Log_SimpleFileLogger.php (new 137)
Generated by StatSVN 0.5.0