Skip to content

Instantly share code, notes, and snippets.

@ruflin
Created November 20, 2011 19:56
Show Gist options
  • Save ruflin/1380789 to your computer and use it in GitHub Desktop.
Save ruflin/1380789 to your computer and use it in GitHub Desktop.
Write to general PHP log system in Elastica_Log
$client = new Elastica_Client(array('log' => true));
$log = new Elastica_Log($client);
$log->log('hello world');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment