Uses of Interface
pl.tkowalcz.tjahzi.log4j2.labels.LabelPrinter
-
Packages that use LabelPrinter Package Description pl.tkowalcz.tjahzi.log4j2 pl.tkowalcz.tjahzi.log4j2.labels -
-
Uses of LabelPrinter in pl.tkowalcz.tjahzi.log4j2
Constructor parameters in pl.tkowalcz.tjahzi.log4j2 with type arguments of type LabelPrinter Constructor Description AppenderLogic(pl.tkowalcz.tjahzi.LoggingSystem loggingSystem, String logLevelLabel, Map<String,LabelPrinter> lokiLabels, int maxLogLineSizeBytes) -
Uses of LabelPrinter in pl.tkowalcz.tjahzi.log4j2.labels
Classes in pl.tkowalcz.tjahzi.log4j2.labels that implement LabelPrinter Modifier and Type Class Description classAggregateLabelPrinterclassLiteralclassLog4jAdapterLabelPrinterclassMDCLookupMethods in pl.tkowalcz.tjahzi.log4j2.labels that return LabelPrinter Modifier and Type Method Description static LabelPrinterAggregateLabelPrinter. of(List<LabelPrinter> result)static LabelPrinterLabelPrinterFactory. parse(String string)static LabelPrinterLabelPrinterFactory. parse(Label label)Methods in pl.tkowalcz.tjahzi.log4j2.labels that return types with arguments of type LabelPrinter Modifier and Type Method Description Map<String,LabelPrinter>LabelsDescriptor. getDynamicLabels()Method parameters in pl.tkowalcz.tjahzi.log4j2.labels with type arguments of type LabelPrinter Modifier and Type Method Description static LabelPrinterAggregateLabelPrinter. of(List<LabelPrinter> result)Constructors in pl.tkowalcz.tjahzi.log4j2.labels with parameters of type LabelPrinter Constructor Description AggregateLabelPrinter(LabelPrinter... nodes)
-