Uses of Class
nl.altindag.log.model.LogMarker
-
Packages that use LogMarker Package Description nl.altindag.log.mapper nl.altindag.log.model -
-
Uses of LogMarker in nl.altindag.log.mapper
Methods in nl.altindag.log.mapper that return LogMarker Modifier and Type Method Description LogMarkerMarkerMapper. apply(org.slf4j.Marker marker) -
Uses of LogMarker in nl.altindag.log.model
Methods in nl.altindag.log.model that return types with arguments of type LogMarker Modifier and Type Method Description List<LogMarker>LogEvent. getMarkers()List<LogMarker>LogMarker. getReferences()Constructor parameters in nl.altindag.log.model with type arguments of type LogMarker Constructor Description LogMarker(String name, List<LogMarker> references)
-