Skip to content

Instantly share code, notes, and snippets.

@bobpattersonjr
bobpattersonjr / phplogster
Created May 5, 2011 19:06
php error and warning logging parsing script to use with logster
import time
import re
from logster_helper import MetricObject, LogsterParser
from logster_helper import LogsterParsingException
class phplogster(LogsterParser):
def __init__(self):
'''Initialize any data structures or variables needed for keeping track