-
name
java.lang.String name
The name of this logger
-
level
Level level
-
effectiveLevelInt
int effectiveLevelInt
-
parent
Logger parent
The parent of this category. All categories have at least one ancestor
which is the root category.
-
childrenList
java.util.List<E> childrenList
The children of this logger. A logger may have zero or more children.
-
additive
boolean additive
Additivity is set to true by default, that is children inherit the
appenders of their ancestors by default. If this variable is set to
false
then the appenders located in the ancestors of this
logger will not be used. However, the children of this logger will inherit
its appenders, unless the children have their additivity flag set to
false
too. See the user manual for more details.
-
loggerRemoteView
LoggerRemoteView loggerRemoteView