public class LogEvent extends Object
| Constructor and Description |
|---|
LogEvent(LogLevel level,
String message,
Throwable throwable,
String targetClass) |
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
getLevel() |
String |
getMessage() |
String |
getTargetClass() |
Throwable |
getThrowable() |
void |
setLevel(LogLevel level) |
void |
setMessage(String message) |
void |
setTargetClass(String targetClass) |
void |
setThrowable(Throwable throwable) |
public String getTargetClass()
public void setTargetClass(String targetClass)
public LogLevel getLevel()
public void setLevel(LogLevel level)
public String getMessage()
public void setMessage(String message)
public Throwable getThrowable()
public void setThrowable(Throwable throwable)
Copyright © 2019 The Apache Software Foundation. All rights reserved.