Skip to content

Instantly share code, notes, and snippets.

@bayleedev
Created November 15, 2012 22:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bayleedev/4081899 to your computer and use it in GitHub Desktop.
Save bayleedev/4081899 to your computer and use it in GitHub Desktop.
Lithium
<?php
use lithium\analysis\Logger;
// Setup firephp in one file
Logger::config(array(
'firebug' => array(
'adapter' => 'FirePhp',
),
));
// Setup file adapter in another place
Logger::config(array(
'simple' => array(
'adapter' => 'File',
),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment