Skip to content

Instantly share code, notes, and snippets.

@ezimuel
Created March 16, 2012 13:38
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 ezimuel/2050095 to your computer and use it in GitHub Desktop.
Save ezimuel/2050095 to your computer and use it in GitHub Desktop.
LoggerAware
namespace Zend\Log;
use Zend\Log\Logger;
interface LoggerAware
{
public function setLogger(Logger $logger);
public function getLogger();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment