Package pl.tkowalcz.tjahzi.log4j2.labels
Class LabelsDescriptor
- java.lang.Object
-
- pl.tkowalcz.tjahzi.log4j2.labels.LabelsDescriptor
-
public class LabelsDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description LabelsDescriptor(String logLevelLabel, Map<String,String> staticLabels, Map<String,LabelPrinter> dynamicLabels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,LabelPrinter>getDynamicLabels()StringgetLogLevelLabel()Map<String,String>getStaticLabels()
-