Interface LogUtil.Warn

Enclosing class:
LogUtil

public static interface LogUtil.Warn
Callback interface for warning notifications.
Author:
Ralf Wisser
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a warning occurs.
  • Method Details

    • warn

      void warn(Throwable t)
      Called when a warning occurs.
      Parameters:
      t - the throwable that triggered the warning