Interface IMdcLogUser

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
MdcLogUser

public interface IMdcLogUser extends AutoCloseable
  • Method Details

    • logInfoWithMdc

      void logInfoWithMdc(String format, Object... arguments)
    • logErrorWithMdc

      void logErrorWithMdc(Throwable e, String format, Object... arguments)