org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.logging
Class LogEntry

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.server.logging.LogEntry

public class LogEntry
extends Object

Author:
Spyros Boutsis, NKUA

Nested Class Summary
static class LogEntry.LogEntryLevel
           
 
Constructor Summary
LogEntry(String message, LogEntry.LogEntryLevel type)
          Constructs a new LogEntry.
 
Method Summary
 LogEntry.LogEntryLevel getLevel()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(String message,
                LogEntry.LogEntryLevel type)
Constructs a new LogEntry.

Parameters:
message - the message that this entry will contain
type - the message type
Method Detail

getMessage

public String getMessage()

getLevel

public LogEntry.LogEntryLevel getLevel()


Copyright © 2013. All Rights Reserved.