Interface LoggerMdcMappingSPI
-
- All Known Implementing Classes:
MdcMapperDefault,MdcMapperDefaultBooleanValue,MdcMapperDefaultDoubleValue,MdcMapperDefaultIntValue,MdcMapperDefaultLongValue
public interface LoggerMdcMappingSPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(String key)Serializableconvert(String value)
-
-
-
Method Detail
-
accept
boolean accept(String key)
-
convert
Serializable convert(String value)
-
-