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

C

com.github.sahasbhop.flog - package com.github.sahasbhop.flog
 

D

d(String, Object...) - Static method in class com.github.sahasbhop.flog.FLog
Log debug
d(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
Log debug

E

e(String, Object...) - Static method in class com.github.sahasbhop.flog.FLog
Log error
e(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
Log error

F

FLog - Class in com.github.sahasbhop.flog
 
FLog() - Constructor for class com.github.sahasbhop.flog.FLog
 
FLog.LogType - Enum in com.github.sahasbhop.flog
 

G

getLogDisplay(FLog.LogType, String, String) - Static method in class com.github.sahasbhop.flog.FLog
 
getLogFileName() - Static method in class com.github.sahasbhop.flog.FLog
Get current log file name
getLogFilePaht() - Static method in class com.github.sahasbhop.flog.FLog
Get current log file path
getStackTraceLog(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
 

I

i(String, Object...) - Static method in class com.github.sahasbhop.flog.FLog
Log info
i(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
Log info

S

setEnableFileLog(boolean, String, String) - Static method in class com.github.sahasbhop.flog.FLog
Enable writing debugging log to a target file
setEnableLogCat(boolean) - Static method in class com.github.sahasbhop.flog.FLog
Enable or disable LogCat
setEnableSystemOut(boolean) - Static method in class com.github.sahasbhop.flog.FLog
Enable or disable System.out
sFileLogDateFormat - Static variable in class com.github.sahasbhop.flog.FLog
 

V

v(String, Object...) - Static method in class com.github.sahasbhop.flog.FLog
 
v(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
Log verbose
valueOf(String) - Static method in enum com.github.sahasbhop.flog.FLog.LogType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.sahasbhop.flog.FLog.LogType
Returns an array containing the constants of this enum type, in the order they are declared.

W

w(String, Object...) - Static method in class com.github.sahasbhop.flog.FLog
Log warning
w(String, Throwable) - Static method in class com.github.sahasbhop.flog.FLog
Log warning
C D E F G I S V W 
Skip navigation links