Skip navigation links
A B C D E G I J L M S T U V W X 

A

ALog - Class in ua.pp.ihorzak.alog
Simple customizable logger for Android.
ALogConfiguration - Class in ua.pp.ihorzak.alog
Represents ALog configuration which can be used to configure ALog if passed to ALog.initialize(ALogConfiguration).
ALogConfiguration.Builder - Class in ua.pp.ihorzak.alog
Builder to create configured ALogConfiguration instance.
ALogger - Interface in ua.pp.ihorzak.alog
Interface to send logging messages.
ALogLevel - Enum in ua.pp.ihorzak.alog
Represents logging levels.

B

build() - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Builds new ALogConfiguration instance with set to this builder instance parameters.
builder() - Static method in class ua.pp.ihorzak.alog.ALogConfiguration
Creates ALogConfiguration.Builder instance, which is used to configure ALogConfiguration.

C

classPrefixEnabled(boolean) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Enables/disables location class name in message prefix.

D

d() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty DEBUG logging message.
d(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends DEBUG logging message.
d(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends DEBUG logging message.
d(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends DEBUG logging message.
d() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty DEBUG logging message.
d(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends DEBUG logging message.
d(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends DEBUG logging message.
d(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends DEBUG logging message.

E

e() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty ERROR logging message.
e(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends ERROR logging message.
e(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends ERROR logging message.
e(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends ERROR logging message.
e() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty ERROR logging message.
e(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends ERROR logging message.
e(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends ERROR logging message.
e(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends ERROR logging message.
enabled(boolean) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Enables/disables logging.

G

getAndroidPriority() - Method in enum ua.pp.ihorzak.alog.ALogLevel
Gets corresponding Android Log logging level.

I

i() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty INFO logging message.
i(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends INFO logging message.
i(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends INFO logging message.
i(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends INFO logging message.
i() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty INFO logging message.
i(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends INFO logging message.
i(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends INFO logging message.
i(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends INFO logging message.
initialize(ALogConfiguration) - Static method in class ua.pp.ihorzak.alog.ALog
Initializes ALog with configuration.

J

json(String) - Static method in class ua.pp.ihorzak.alog.ALog
Formats JSON string and sends logging message with it.
json(ALogLevel, String) - Static method in class ua.pp.ihorzak.alog.ALog
Formats JSON string and sends logging message with it.
json(String) - Method in interface ua.pp.ihorzak.alog.ALogger
Formats JSON string and sends logging message with it.
json(ALogLevel, String) - Method in interface ua.pp.ihorzak.alog.ALogger
Formats JSON string and sends logging message with it.
jsonIndentSpaceCount(int) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets the count of indent space count for ALog.json(ALogLevel, String) and ALog.json(String) log messages.
jsonLevel(ALogLevel) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets logging level for ALog.json(String) calls.

L

lineLocationPrefixEnabled(boolean) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Enables/disables logging call location in message prefix.

M

methodPrefixEnabled(boolean) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Enables/disables location method name in message prefix.
minimalLevel(ALogLevel) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets minimal logging level which should be processed.

S

st(int) - Static method in class ua.pp.ihorzak.alog.ALog
Gets ALogger instance which outputs specified count of stack trace lines with logging messages.
stackTraceLineCount(int) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets the count of stack trace lines to output with logging message.

T

t(String) - Static method in class ua.pp.ihorzak.alog.ALog
Gets ALogger instance with specified log tag.
tag(String) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets default tag for log messages.
threadPrefixEnabled(boolean) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Enables/disables thread name in message prefix.
tst(String, int) - Static method in class ua.pp.ihorzak.alog.ALog
Gets ALogger instance which outputs specified count of stack trace lines with logging messages and uses specified log tag.

U

ua.pp.ihorzak.alog - package ua.pp.ihorzak.alog
 

V

v() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty VERBOSE logging message.
v(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends VERBOSE logging message.
v(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends VERBOSE logging message.
v(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends VERBOSE logging message.
v() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty VERBOSE logging message.
v(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends VERBOSE logging message.
v(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends VERBOSE logging message.
v(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends VERBOSE logging message.
valueOf(String) - Static method in enum ua.pp.ihorzak.alog.ALogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum ua.pp.ihorzak.alog.ALogLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

w() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty WARNING logging message.
w(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WARNING logging message.
w(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WARNING logging message.
w(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WARNING logging message.
w() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty WARNING logging message.
w(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WARNING logging message.
w(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WARNING logging message.
w(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WARNING logging message.
wtf() - Static method in class ua.pp.ihorzak.alog.ALog
Sends empty WTF logging message.
wtf(String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WTF logging message.
wtf(Throwable) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WTF logging message.
wtf(Throwable, String, Object...) - Static method in class ua.pp.ihorzak.alog.ALog
Sends WTF logging message.
wtf() - Method in interface ua.pp.ihorzak.alog.ALogger
Sends empty WTF logging message.
wtf(String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WTF logging message.
wtf(Throwable) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WTF logging message.
wtf(Throwable, String, Object...) - Method in interface ua.pp.ihorzak.alog.ALogger
Sends WTF logging message.

X

xml(String) - Static method in class ua.pp.ihorzak.alog.ALog
Formats XML string and sends logging message with it.
xml(ALogLevel, String) - Static method in class ua.pp.ihorzak.alog.ALog
Formats XML string and sends logging message with it.
xml(String) - Method in interface ua.pp.ihorzak.alog.ALogger
Formats XML string and sends logging message with it.
xml(ALogLevel, String) - Method in interface ua.pp.ihorzak.alog.ALogger
Formats XML string and sends logging message with it.
xmlIndentSpaceCount(int) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets the count of indent space count for ALog.xml(ALogLevel, String) and ALog.xml(String) log messages.
xmlLevel(ALogLevel) - Method in class ua.pp.ihorzak.alog.ALogConfiguration.Builder
Sets logging level for ALog.xml(String) calls.
A B C D E G I J L M S T U V W X 
Skip navigation links