protected static class Logger.LoggerKey
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
baseName |
protected LogCategory |
category |
Modifier | Constructor and Description |
---|---|
protected |
LoggerKey(LogCategory category,
java.lang.String baseName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
protected final LogCategory category
protected final java.lang.String baseName
protected LoggerKey(LogCategory category, java.lang.String baseName)