Skip to content

Instantly share code, notes, and snippets.

@robmorgan
Created February 12, 2010 04:49
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 robmorgan/302310 to your computer and use it in GitHub Desktop.
Save robmorgan/302310 to your computer and use it in GitHub Desktop.
<?php
require_once 'Zend/Log.php';
require_once 'ZendX/Log/Writer/Nodelog.php';
$writer = new ZendX_Log_Writer_Nodelog();
$logger = new Zend_Log($writer);
$logger->info('Informational message');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment