- All Superinterfaces:
Serializable
Represents a complete log entry with a log level, code location and a message.
- Author:
- swong
-
Method Details
-
getLevel
LogLevel getLevel()Get this log entry's log level- Returns:
- The log level
-
getLoc
String getLoc()Get this log entry's code location- Returns:
- The code location of the logging event as a String
-
getMsg
String getMsg()Get this log entry's message- Returns:
- The message
-
make
Instantiate a new ILogEntry instance with the given non-null characteristics.- Parameters:
level
- The log level of the entryloc
- The code location of the entry as a Stringmsg
- The message of the entry- Returns:
- A new ILogEntry instance
-