Skip to content

Commit

Permalink
Fixing log engines loading
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 31, 2011
1 parent bff6343 commit ff5a809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -16,6 +16,9 @@
* @since CakePHP(tm) v 1.3
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

App::uses('CakeLogInterface', 'Log');

class TestAppLog implements CakeLogInterface {

function write($type, $message) {
Expand Down

0 comments on commit ff5a809

Please sign in to comment.