com.adobe.mediacore.logging
Class LogEntry

java.lang.Object
  extended by com.adobe.mediacore.logging.LogEntry

public class LogEntry
extends Object


Constructor Summary
LogEntry(String dateTime, String message, Logger.Verbosity verbosity, String tag)
           
 
Method Summary
 String getDateTime()
           
 String getMessage()
           
 String getTag()
           
 Logger.Verbosity getVerbosity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogEntry

public LogEntry(String dateTime,
                String message,
                Logger.Verbosity verbosity,
                String tag)
Method Detail

getDateTime

public String getDateTime()

getMessage

public String getMessage()

getVerbosity

public Logger.Verbosity getVerbosity()

getTag

public String getTag()