Skip navigation links
Version 1.0.2 Documentation
D E F G I L S U V W 

D

d(String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.d(String, String) if Log.DEBUG level is loggable at the time.
d(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.d(String, String, Throwable) if Log.DEBUG level is loggable at the time.
d(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
d(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 

E

e(String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.e(String, String) if Log.ERROR level is loggable at the time.
e(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.e(String, String, Throwable) if Log.ERROR level is loggable at the time.
e(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
e(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 

F

forceLog(int, String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.println(int, String, String) with the specified parameters.
forceLog(int, String, String) - Method in class universum.studios.android.logging.SimpleLogger
 

G

getLogLevel() - Method in interface universum.studios.android.logging.Logger
Returns the logging level specified for this logger.
getLogLevel() - Method in class universum.studios.android.logging.SimpleLogger
 
getStackTraceString(Throwable) - Method in interface universum.studios.android.logging.Logger
getStackTraceString(Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 

I

i(String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.i(String, String) if Log.INFO level is loggable at the time.
i(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.i(String, String, Throwable) if Log.INFO level is loggable at the time.
i(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
i(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 
isLoggable(String, int) - Method in interface universum.studios.android.logging.Logger
Checks whether a log output for the specified level may be logged or not.
isLoggable(String, int) - Method in class universum.studios.android.logging.SimpleLogger
 

L

log(int, String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Logger.forceLog(int, String, String) if the specified level is loggable at the time.
log(int, String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
Logger - Interface in universum.studios.android.logging
Interface for console loggers.
Logger.Level - Annotation Type in universum.studios.android.logging
Defines an annotation for available log levels.

S

setLogLevel(int) - Method in interface universum.studios.android.logging.Logger
Sets a logging level for this logger.
setLogLevel(int) - Method in class universum.studios.android.logging.SimpleLogger
 
SimpleLogger - Class in universum.studios.android.logging
A simple implementation of Logger which delegates all its calls to Log class.
SimpleLogger(int) - Constructor for class universum.studios.android.logging.SimpleLogger
Creates a new instance of SimpleLogger with the specified log level.

U

universum.studios.android.logging - package universum.studios.android.logging
 

V

v(String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.v(String, String) if Log.VERBOSE level is loggable at the time.
v(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.v(String, String, Throwable) if Log.VERBOSE level is loggable at the time.
v(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
v(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 

W

w(String, String) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.w(String, String) if Log.WARN level is loggable at the time.
w(String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.w(String, Throwable) if Log.WARN level is loggable at the time.
w(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
Delegates to Log.w(String, String, Throwable) if Log.WARN level is loggable at the time.
w(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
w(String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 
w(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 
wtf(String, String) - Method in interface universum.studios.android.logging.Logger
wtf(String, Throwable) - Method in interface universum.studios.android.logging.Logger
wtf(String, String, Throwable) - Method in interface universum.studios.android.logging.Logger
wtf(String, String) - Method in class universum.studios.android.logging.SimpleLogger
 
wtf(String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 
wtf(String, String, Throwable) - Method in class universum.studios.android.logging.SimpleLogger
 
D E F G I L S U V W 
Skip navigation links
Version 1.0.2 Documentation