A
C
D
E
G
H
I
L
M
N
P
R
S
T
U
V
W
G
- get(String) - function in me.shikhov.wlog.Log.Companion
- The only way to receive log object.<br></br> This method is thread safe.<br></br> In case of calling this method from the thread which is already has active(not released) Log object then that object returned with changed tag, previous pushed data will be automatically flushed.
- getASSERT() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method.
- getAutoNewLine() - function in me.shikhov.wlog.Log.LogBuilder
- getDEBUG() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method; use Log.d.
- getDEFAULT() - function in me.shikhov.wlog.SequenceFormat.Companion
- getERROR() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method; use Log.e.
- getINFO() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method; use Log.i.
- getLimit() - function in me.shikhov.wlog.SequenceFormat
- getPostfix() - function in me.shikhov.wlog.SequenceFormat
- getPrefix() - function in me.shikhov.wlog.SequenceFormat
- getSeparator() - function in me.shikhov.wlog.SequenceFormat
- getStackTraceString(Throwable) - function in me.shikhov.wlog.Log.Companion
- Handy function to get a loggable stack trace from a Throwable
- getTag() - function in me.shikhov.wlog.Log
- getThrowable() - function in me.shikhov.wlog.Log.LogBuilder
- getTruncated() - function in me.shikhov.wlog.SequenceFormat
- getVERBOSE() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method; use Log.v.
- getWARN() - function in me.shikhov.wlog.Log.Companion
- Priority constant for the println method; use Log.w.