Notifier

Inheritance:

Methods of Notifier:

__init__
def __init__(self, name, logger=None)

Undocumented function.

__log
def __log(self, logEntry)

Undocumented function.

__print
def __print(self, string)

Undocumented function.

__str__
def __str__(self)

Undocumented function.

debug
def debug(self, debugString)

Undocumented function.

debugCall
def debugCall(self, debugString='')

Undocumented function.

debugStateCall
def debugStateCall(self, obj=None, fsmMemberName='fsm', secondaryFsm='secondaryFSM')

Undocumented function.

error
def error(self, errorString, exception=StandardError)

Undocumented function.

getDebug
def getDebug(self)

Undocumented function.

getInfo
def getInfo(self)

Undocumented function.

getLogging
def getLogging(self)

Undocumented function.

getOnlyTime
def getOnlyTime(self)

Undocumented function.

getSeverity
def getSeverity(self)

Undocumented function.

getTime
def getTime(self)

Undocumented function.

getWarning
def getWarning(self)

Undocumented function.

info
def info(self, infoString)

Undocumented function.

setDebug
def setDebug(self, bool)

Undocumented function.

setInfo
def setInfo(self, bool)

Undocumented function.

setLogging
def setLogging(self, bool)

Undocumented function.

setServerDelta
def setServerDelta(self, delta, timezone)

Undocumented function.

setSeverity
def setSeverity(self, severity)

Undocumented function.

setWarning
def setWarning(self, bool)

Undocumented function.

warning
def warning(self, warningString)

Undocumented function.