Package Cake\Log
Package summary
Class summary
- 
	CakeLogLogs 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. 
- 
	LogEngineCollectionRegistry of loaded log engines 
Interface summary
- 
	CakeLogInterfaceCakeLogStreamInterface is the interface that should be implemented by all classes that are going to be used as Log streams. 
