-
- All Implemented Interfaces:
public final class LogRecordA single logged message.
-
-
Method Summary
Modifier and Type Method Description final Log.LevelgetLevel()Log.Level for this message final StringgetTag()Tag for the message final StringgetMessage()Message to log final ThrowablegetThrowable()Throwable that goes along with the message -
-
Method Detail
-
getMessage
final String getMessage()
Message to log
-
getThrowable
final Throwable getThrowable()
Throwable that goes along with the message
-
-
-
-