Skip to content

Instantly share code, notes, and snippets.

@Flard
Last active October 6, 2015 13:48
Show Gist options
  • Save Flard/3002721 to your computer and use it in GitHub Desktop.
Save Flard/3002721 to your computer and use it in GitHub Desktop.
symfony logger in code
if (sfConfig::get('sf_logging_enabled')) {
sfContext::getInstance()->getEventDispatcher()->notify(new sfEvent('category', 'application.log', array('message' => 'Message', 'priority' => sfLogger::DEBUG)));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment