Package libcore.io

Interface EventLogger.Reporter

Enclosing class:
EventLogger

public static interface EventLogger.Reporter
Interface to allow customization of reporting behavior.
  • Method Summary

    Modifier and Type Method Description
    void report​(int code, Object... list)  
  • Method Details

    • report

      void report​(int code, Object... list)