org.opennms.netmgt.eventd.db
Class LogMessage

java.lang.Object
  extended by org.opennms.netmgt.eventd.db.LogMessage

public final class LogMessage
extends Object

This is an utility class used to format the event log message info - to be inserted into the 'events' table

Author:
Brian Weaver , OpenNMS

Constructor Summary
LogMessage()
           
 
Method Summary
static String format(Logmsg msg)
          Format the logmsg entry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMessage

public LogMessage()
Method Detail

format

public static String format(Logmsg msg)
Format the logmsg entry

Parameters:
msg - the logmsg
Returns:
the formatted logmsg


Copyright © 2009. All Rights Reserved.