JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.iizix.nio
LoggerNIO
Contents
Description
Method Summary
Method Details
log(String)
logErr(String)
Hide sidebar
Show sidebar
Interface LoggerNIO
public interface
LoggerNIO
Interface for LoggerNIO to redirect low-level debug/verbose routines for Android.
Author:
Christopher Mindus
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
log
(
String
text)
The normal log routine.
void
logErr
(
String
text)
The error log routine.
Method Details
log
void
log
(
String
text)
The normal log routine.
Parameters:
text
- The text to log.
logErr
void
logErr
(
String
text)
The error log routine.
Parameters:
text
- The text to log.