Package Cake\Log
Package summary
Class summary
-
CakeLog
Logs messages to configured Log adapters. One or more adapters can be configured using CakeLogs's methods. If you don't configure any adapters, and write to the logs a default FileLog will be autoconfigured for you.
-
LogEngineCollection
Registry of loaded log engines
Interface summary
-
CakeLogInterface
CakeLogStreamInterface is the interface that should be implemented by all classes that are going to be used as Log streams.