Package com.iizix.nio

Interface LoggerNIO


public interface LoggerNIO
Interface for LoggerNIO to redirect low-level debug/verbose routines for Android.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    log(String text)
    The normal log routine.
    void
    logErr(String text)
    The error log routine.
  • Method Details Link icon

    • log Link icon

      void log(String text)
      The normal log routine.
      Parameters:
      text - The text to log.
    • logErr Link icon

      void logErr(String text)
      The error log routine.
      Parameters:
      text - The text to log.