Skip to content

Instantly share code, notes, and snippets.

View devatsrs's full-sized avatar
💭
Looking for an opportunity

Deven Sitapara devatsrs

💭
Looking for an opportunity
View GitHub Profile
@ScottPhillips
ScottPhillips / text-logger.php
Created August 6, 2012 14:00
Log to Text File
/* eZLog class very slightly modified from eZ Publish 4.3 */
class eZLog {
const MAX_LOGROTATE_FILES = 3;
const MAX_LOGFILE_SIZE = 204800; // 200*1024
/*!
Creates a new log object.
*/
function eZLog( )
{
}