Skip navigation links
C D E F G I L O S T V W 

C

clear() - Method in class com.airg.android.logging.LogCatcher
Best effort log eraser.
clearLog() - Static method in class com.airg.android.logging.LogCatcher
Best effort log eraser.
com.airg.android.logging - package com.airg.android.logging
 

D

d(String, Throwable) - Static method in class com.airg.android.logging.Logger
Log a Throwable as debug trace
d(String, Throwable, String) - Static method in class com.airg.android.logging.Logger
Log a Throwable with message as debug trace
d(String, String, Object...) - Static method in class com.airg.android.logging.Logger
Log a formatted debug message
d(String, String) - Static method in class com.airg.android.logging.Logger
Log a debug message
d(Throwable) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as debug
d(Throwable, String) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as debug with a message
d(String, Object...) - Method in class com.airg.android.logging.TaggedLogger
Log a formatted debug message
d(String) - Method in class com.airg.android.logging.TaggedLogger
Log a debug message
dump(LogCatcher.OnLogLinesListener) - Method in class com.airg.android.logging.LogCatcher
Capture the current log lines.

E

e(String, Throwable) - Static method in class com.airg.android.logging.Logger
Log a Throwable as error
e(String, Throwable, String) - Static method in class com.airg.android.logging.Logger
Log a Throwable with message as error
e(String, String, Object...) - Static method in class com.airg.android.logging.Logger
Log a formatted error message
e(String, String) - Static method in class com.airg.android.logging.Logger
Log an error message
e(Throwable) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as error
e(Throwable, String) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as error with a message
e(String, Object...) - Method in class com.airg.android.logging.TaggedLogger
Log a formatted error message
e(String) - Method in class com.airg.android.logging.TaggedLogger
Log an error message
endCapture() - Method in class com.airg.android.logging.LogCatcher
Stop capturing log output

F

format(Throwable, String) - Static method in class com.airg.android.logging.Logger
Formats a Throwable and an optional message into a string including the Throwable's stack trace.

G

getFormatLocale() - Static method in class com.airg.android.logging.Logger
Get the current formatting locale
getRootLevel() - Static method in class com.airg.android.logging.Logger
Get the current log level

I

i(String, String, Object...) - Static method in class com.airg.android.logging.Logger
Log a formatted information message
i(String, String) - Static method in class com.airg.android.logging.Logger
Log an information message
i(String, Object...) - Method in class com.airg.android.logging.TaggedLogger
Log a formatted information message
i(String) - Method in class com.airg.android.logging.TaggedLogger
Log an information message

L

LogCatcher - Class in com.airg.android.logging
Allows for capturing the android system log.
LogCatcher(boolean, int, Executor) - Constructor for class com.airg.android.logging.LogCatcher
Constructor.
LogCatcher(boolean, boolean, Executor) - Constructor for class com.airg.android.logging.LogCatcher
Constructor.
LogCatcher(boolean, boolean) - Constructor for class com.airg.android.logging.LogCatcher
Constructor.
LogCatcher() - Constructor for class com.airg.android.logging.LogCatcher
Default constructor.
LogCatcher(boolean) - Constructor for class com.airg.android.logging.LogCatcher
Constructor.
LogCatcher.OnLogLinesListener - Interface in com.airg.android.logging
receive log lines and updates on the capture state
Logger - Class in com.airg.android.logging
Logging utility class that allows for formatted logging (See Formatter).

O

onError(Throwable) - Method in interface com.airg.android.logging.LogCatcher.OnLogLinesListener
Error encountered
onFinished() - Method in interface com.airg.android.logging.LogCatcher.OnLogLinesListener
Capture finished.
onLogLine(String) - Method in interface com.airg.android.logging.LogCatcher.OnLogLinesListener
A new line was read from the log
onStart() - Method in interface com.airg.android.logging.LogCatcher.OnLogLinesListener

S

setFormatLocale(Locale) - Static method in class com.airg.android.logging.Logger
Specify an alternate locale to use for formatting output via String.format(Locale, String, Object...).
setRootLevel(int) - Static method in class com.airg.android.logging.Logger
Set the root log level.
startCapture(LogCatcher.OnLogLinesListener) - Method in class com.airg.android.logging.LogCatcher
Starts to capture the log lines until LogCatcher.endCapture() is called.

T

tag(String) - Static method in class com.airg.android.logging.Logger
Create an tagged logger instance
tag() - Method in class com.airg.android.logging.TaggedLogger
This logger's tag
TaggedLogger - Class in com.airg.android.logging
Allows you to tag a logger once and log without having to tag every entry.

V

v(String, String, Object...) - Static method in class com.airg.android.logging.Logger
Log a formatted verbose message
v(String, String) - Static method in class com.airg.android.logging.Logger
Log a verbose message
v(String, Object...) - Method in class com.airg.android.logging.TaggedLogger
Log a formatted verbose message
v(String) - Method in class com.airg.android.logging.TaggedLogger
Log a verbose message

W

w(String, Throwable) - Static method in class com.airg.android.logging.Logger
Log a Throwable as warning
w(String, Throwable, String) - Static method in class com.airg.android.logging.Logger
Log a Throwable with message as warning
w(String, String, Object...) - Static method in class com.airg.android.logging.Logger
Log a formatted warning message
w(String, String) - Static method in class com.airg.android.logging.Logger
Log a warning message
w(Throwable) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as warning
w(Throwable, String) - Method in class com.airg.android.logging.TaggedLogger
Log a Throwable as warning with a message
w(String, Object...) - Method in class com.airg.android.logging.TaggedLogger
Log a formatted warning message
w(String) - Method in class com.airg.android.logging.TaggedLogger
Log a warning message
C D E F G I L O S T V W 
Skip navigation links