LogRecordStreamHandler Class Reference

Handler for a streaming logging request. More...

List of all members.

Public Member Functions

def handle
 Handle multiple requests.
def unPickle
 Unpickle incoming log packet.
def handleLogRecord
 Process the log record.


Detailed Description

Handler for a streaming logging request.

It basically logs the record using whatever logging policy is configured locally.

Definition at line 254 of file MSGLogGUIImpl.py.


Member Function Documentation

def handle   self  ) 
 

Handle multiple requests.

Handle multiple requests - each expected to be a 4-byte length, followed by the LogRecord in pickle format. Logs the record according to whatever policy is configured locally.

Definition at line 257 of file MSGLogGUIImpl.py.

def handleLogRecord   self,
  record
 

Process the log record.

Send the log record to the GUI class for processing.

Parameters:
record Log record

Definition at line 298 of file MSGLogGUIImpl.py.

def unPickle   self,
  data
 

Unpickle incoming log packet.

Parameters:
data Log packet
Returns:
Unpickled log packet

Definition at line 289 of file MSGLogGUIImpl.py.


The documentation for this class was generated from the following file:
Generated on Thu Apr 27 20:53:58 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO