MSGLogSocketReceiver Class Reference

Socket server class for receiving log packets. More...

List of all members.

Public Member Functions

def __init__
 MSGLogSocketReceiver constructor.
def abort
 Stop listening for logs.
def serve_until_stopped
 Main listen loop.

Static Public Attributes

int allow_reuse_address = 1


Detailed Description

Socket server class for receiving log packets.

Definition at line 328 of file MSGLogGUIImpl.py.


Member Function Documentation

def __init__   self,
  gui,
  host = '',
  port = logging.handlers.DEFAULT_TCP_LOGGING_PORT,
  handler = LogRecordStreamHandler
 

MSGLogSocketReceiver constructor.

Parameters:
gui Message logger GUI
host Host to listen to (If blank it receives data from any host)
port Logging port
handler Handler class

Definition at line 332 of file MSGLogGUIImpl.py.

def abort   self  ) 
 

Stop listening for logs.

Definition at line 348 of file MSGLogGUIImpl.py.

def serve_until_stopped   self  ) 
 

Main listen loop.

Definition at line 354 of file MSGLogGUIImpl.py.


Member Data Documentation

int allow_reuse_address = 1 [static]
 

Definition at line 330 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