public class ExceptionKey extends Object
Class
clazz
LogLevel
level
String
message
Throwable
throwable
ExceptionKey(LogLevel level, Class clazz, String message, Throwable throwable)
boolean
equals(Object o)
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public final LogLevel level
public final Class clazz
public final String message
public final Throwable throwable
public ExceptionKey(LogLevel level, Class clazz, String message, Throwable throwable)
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
@NotNull public String toString()
toString
Copyright © 2020. All rights reserved.