@Immutable public class LogMessage extends Object implements IHasErrorLevelComparable<LogMessage>
| Constructor and Description |
|---|
LogMessage(IErrorLevel aErrorLevel,
Serializable aMsg,
Throwable aThrowable) |
LogMessage(LocalDateTime aIssueDT,
IErrorLevel aErrorLevel,
Serializable aMsg,
Throwable aThrowable) |
| Modifier and Type | Method and Description |
|---|---|
IErrorLevel |
getErrorLevel() |
LocalDateTime |
getIssueDateTime() |
Serializable |
getMessage() |
Throwable |
getThrowable() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisEqualSevereThan, isLessOrEqualSevereThan, isLessSevereThan, isMoreOrEqualSevereThan, isMoreSevereThanhasErrorLevel, isError, isFailure, isNoError, isSuccessand, orthisAsTpublic LogMessage(@Nonnull IErrorLevel aErrorLevel, @Nonnull Serializable aMsg, @Nullable Throwable aThrowable)
public LogMessage(@Nonnull LocalDateTime aIssueDT, @Nonnull IErrorLevel aErrorLevel, @Nonnull Serializable aMsg, @Nullable Throwable aThrowable)
@Nonnull public LocalDateTime getIssueDateTime()
@Nonnull public IErrorLevel getErrorLevel()
getErrorLevel in interface IHasErrorLevelnull.@Nonnull public Serializable getMessage()
Copyright © 2014–2017 Philip Helger. All rights reserved.