Interface LogMarker

All Known Implementing Classes:
PipelineInitializationMetrics, PipelineMetrics, PipelineSinkMetrics, PipelineStepMetrics

public interface LogMarker
Author:
Pierre Lecerf ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    default com.github.loki4j.slf4j.marker.LabelMarker
     
    com.github.loki4j.slf4j.marker.LabelMarker
    mark(Exception exception)
     
    default com.github.loki4j.slf4j.marker.LabelMarker
    mark(String key, String label)
     
    com.github.loki4j.slf4j.marker.LabelMarker
    mark(Map<String,String> labels)
     
  • Method Details

    • mark

      default com.github.loki4j.slf4j.marker.LabelMarker mark()
    • mark

      default com.github.loki4j.slf4j.marker.LabelMarker mark(String key, String label)
    • mark

      com.github.loki4j.slf4j.marker.LabelMarker mark(Map<String,String> labels)
    • mark

      com.github.loki4j.slf4j.marker.LabelMarker mark(Exception exception)