-
public final class PLYMessage
-
-
Constructor Summary
Constructors Constructor Description PLYMessage(String message, LogLevel logLevel, Date date, Throwable throwable)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()final LogLevelgetLogLevel()final DategetDate()final ThrowablegetThrowable()-
-
Method Detail
-
getMessage
final String getMessage()
-
getLogLevel
final LogLevel getLogLevel()
-
getThrowable
final Throwable getThrowable()
-
-
-
-