JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
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
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.