Package | Description |
---|---|
de.dhbwstuttgart.logger |
Modifier and Type | Field and Description |
---|---|
private Section |
SectionLogger.section |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<Section,java.util.logging.Logger> |
Logger.logger |
private java.util.HashMap<Section,Menge<java.io.PrintStream>> |
LoggerConfiguration.outputs |
Modifier and Type | Method and Description |
---|---|
static Section |
Section.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Section[] |
Section.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationEvaluater.apply(Section s,
java.io.PrintStream o) |
void |
Logger.debug(java.lang.String message,
Section section)
Logt eine Debug Message, welche zusätzlich einer bestimmten Section zugewiesen wird.
|
void |
Logger.error(java.lang.String message,
Section s) |
static SectionLogger |
Logger.getSectionLogger(java.lang.String name,
Section s) |
void |
Logger.info(java.lang.String message,
Section s) |
protected void |
Logger.output(java.lang.String msg,
java.util.logging.Level logLevel,
Section section) |
LoggerConfiguration |
LoggerConfiguration.setOutput(Section forSection,
java.io.PrintStream output) |
Constructor and Description |
---|
SectionLogger(Logger logger,
Section s) |