Package net.bluemind.core.commons.logs
Interface IMdcLogUser
- All Superinterfaces:
 AutoCloseable
- All Known Implementing Classes:
 MdcLogUser
- 
Method Summary
Modifier and TypeMethodDescriptionvoidlogErrorWithMdc(Throwable e, String format, Object... arguments) voidlogInfoWithMdc(String format, Object... arguments) Methods inherited from interface java.lang.AutoCloseable
close 
- 
Method Details
- 
logInfoWithMdc
 - 
logErrorWithMdc
 
 -