org.finra.jtaf.core.utilities.logging
Class Message

java.lang.Object
  extended by org.finra.jtaf.core.utilities.logging.Message

public class Message
extends Object

Message w/ associated logging level. Used to print logging messages in a hierarchical fashion (useful for printing messages from parsers, etc)


Constructor Summary
Message(org.apache.log4j.Level level, String text)
           
 
Method Summary
 org.apache.log4j.Level getLevel()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Message

public Message(org.apache.log4j.Level level,
               String text)
Method Detail

getLevel

public final org.apache.log4j.Level getLevel()
Returns:
Log level associated w/ this message

getText

public final String getText()
Returns:
The text of the message


Copyright © 2014. All rights reserved.