Package LICOS.tools.logger.MSGLogGUIImpl


Classes

class  __date__
class  LogRecordStreamHandler
 Handler for a streaming logging request. More...
class  MSGLogSocketReceiver
 Socket server class for receiving log packets. More...
class  MSGLogGUIImpl
 Message Logger GUI. More...

Functions

def usage

Variables

string __facility__ = "Online"
string __abstract__ = "GLAST LAT Message Logger GUI"
list imageFatal_data
list imageWarn_data
list imageError_data
list imageNotset_data
list imageDebug_data
int MAX_ENTRIES = 9000
int DELETE_ENTRIES = 100
tuple options = Options([],['port'],[])
tuple a = QApplication(sys.argv)
 port = logging.handlers.DEFAULT_TCP_LOGGING_PORT
tuple port = int(options.port)
tuple w = MSGLogGUIImpl(port)


Function Documentation

def LICOS.tools.logger.MSGLogGUIImpl.usage   msg  ) 
 

Definition at line 1049 of file MSGLogGUIImpl.py.


Variable Documentation

string __abstract__ = "GLAST LAT Message Logger GUI" [static]
 

Definition at line 11 of file MSGLogGUIImpl.py.

string __facility__ = "Online" [static]
 

Definition at line 10 of file MSGLogGUIImpl.py.

tuple a = QApplication(sys.argv) [static]
 

Definition at line 1062 of file MSGLogGUIImpl.py.

int DELETE_ENTRIES = 100 [static]
 

Definition at line 252 of file MSGLogGUIImpl.py.

list imageDebug_data [static]
 

Definition at line 204 of file MSGLogGUIImpl.py.

list imageError_data [static]
 

Initial value:

[
"20 18 3 1",
"a c #808080",
"# c #ff0000",
". c #ffffff",
".......######.......",
".....##########.....",
"....############....",
"...##############...",
"..###..#####..####..",
"..###...###...####..",
".#####...#...######.",
".######.....#######.",
".#######...########.",
".######.....#######.",
".#####...#...######.",
".a###...###...####a.",
"..###..#####..####..",
"..a##############a..",
"...a############a...",
"....a##########a....",
".....aa######aa.....",
".......aaaaaa......."
]

Definition at line 138 of file MSGLogGUIImpl.py.

list imageFatal_data [static]
 

Definition at line 71 of file MSGLogGUIImpl.py.

list imageNotset_data [static]
 

Definition at line 163 of file MSGLogGUIImpl.py.

list imageWarn_data [static]
 

Initial value:

[
"20 18 4 1",
"a c #004040",
"b c #808080",
"# c #ffff00",
". c #ffffff",
".........##.........",
"........####........",
"........####........",
".......######.......",
".......##aa##.......",
"......###aa###......",
"......###aa###......",
".....####aa####.....",
".....####aa####.....",
"....#####aa#####....",
"....#####aa#####....",
"...######aa######...",
"...##############...",
"..################..",
"..#######aa#######..",
".########aa########.",
".##################.",
"..bbbbbbbbbbbbbbbbb."
]

Definition at line 112 of file MSGLogGUIImpl.py.

int MAX_ENTRIES = 9000 [static]
 

Definition at line 251 of file MSGLogGUIImpl.py.

tuple options = Options([],['port'],[]) [static]
 

Definition at line 1055 of file MSGLogGUIImpl.py.

tuple port = int(options.port) [static]
 

Definition at line 1067 of file MSGLogGUIImpl.py.

port = logging.handlers.DEFAULT_TCP_LOGGING_PORT [static]
 

Definition at line 1065 of file MSGLogGUIImpl.py.

tuple w = MSGLogGUIImpl(port) [static]
 

Definition at line 1068 of file MSGLogGUIImpl.py.


Generated on Thu Apr 27 20:53:58 2006 for LICOS L02-01-00 by doxygen 1.4.6-NO