com.adobe.mediacore.logging
Class LogEntry
java.lang.Object
com.adobe.mediacore.logging.LogEntry
public class LogEntry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LogEntry
public LogEntry(String dateTime,
String message,
Logger.Verbosity verbosity,
String tag)
getDateTime
public String getDateTime()
getMessage
public String getMessage()
getVerbosity
public Logger.Verbosity getVerbosity()
getTag
public String getTag()