edu.ntnu.cikmr.gui
Class LogComponentLogEntry

java.lang.Object
  extended by edu.ntnu.cikmr.gui.LogComponentLogEntry

public class LogComponentLogEntry
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2007

Company:


Field Summary
protected  java.lang.String level
           
protected  java.lang.String message
           
protected  java.lang.String source
           
 
Constructor Summary
protected LogComponentLogEntry()
           
protected LogComponentLogEntry(java.lang.String source, java.lang.String level, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

protected java.lang.String source

level

protected java.lang.String level

message

protected java.lang.String message
Constructor Detail

LogComponentLogEntry

protected LogComponentLogEntry()

LogComponentLogEntry

protected LogComponentLogEntry(java.lang.String source,
                               java.lang.String level,
                               java.lang.String message)