org.jlab.coda.cMsg.apps
Class cMsgLogger

java.lang.Object
  extended by org.jlab.coda.cMsg.apps.cMsgLogger

public class cMsgLogger
extends java.lang.Object

This class is a general purpose message logger which logs cMsg messages to screen, file, and/or database. Subject and type are specified on the command line and default to "*".

Version:
1.0

Constructor Summary
cMsgLogger()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

cMsgLogger

public cMsgLogger()
Method Detail

main

public static void main(java.lang.String[] args)