info.informatica.log
Class LogEntry

java.lang.Object
  extended by info.informatica.log.LogEntry

public class LogEntry
extends Object

Log message encapsulation

Version:
1.00, noviembre 1999
Author:
amengual at informatica dot info

Constructor Summary
LogEntry(String clase, int level)
           
LogEntry(String ohost, String clase, int level)
           
 
Method Summary
 int getLevel()
           
 String getOriginClass()
           
 String getOriginHost()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(String clase,
                int level)

LogEntry

public LogEntry(String ohost,
                String clase,
                int level)
Method Detail

getOriginHost

public String getOriginHost()

getOriginClass

public String getOriginClass()

getLevel

public int getLevel()

toString

public String toString()
Overrides:
toString in class Object