Modifier and Type | Optional Element and Description |
---|---|
ComponentType |
componentType
The component type of the logger or the module
|
int |
loggerId
2 digit logger identifier to compute the logging code of the logger
|
int |
moduleId
3 digit module identifier of the logger or the module
|
int |
nextLogCode
Next leaf level code that can be used by a logger created for the specific class, the maximum number of digits
that can be used for a log code is 3
|
int |
nextLoggerId
The logger identifier that can be used for the next logger within the given module (package)
|
int |
nextModuleId
The module identifier that can be used for the next module in this root module
|
public abstract ComponentType componentType
ComponentType
of the log-infopublic abstract int moduleId
public abstract int loggerId
public abstract int nextLogCode
Copyright © 2016–2019 AdroitLogic. All rights reserved.