Skip navigation links
A C D E F G I L N P S T U V W 

A

asTree() - Static method in class timber.log.Timber
A view into Timber's planted trees as a tree itself.

C

compare(Level, Level) - Static method in enum timber.log.Level
Compare two levels.
createStackElementTag(StackTraceElement) - Method in class timber.log.FileTree
 
createStackElementTag(StackTraceElement) - Method in class timber.log.Tree
Extract the tag which should be used for the message from the element.

D

debug(String, Object...) - Static method in class timber.log.Timber
Log a debug message with optional format args.
debug(Throwable, String, Object...) - Static method in class timber.log.Timber
Log a debug exception and a message with optional format args.
debug(String, Object...) - Method in class timber.log.Tree
Log a debug message with optional format args.
debug(Throwable, String, Object...) - Method in class timber.log.Tree
Log a debug exception and a message with optional format args.
DebugTree - Class in timber.log
A Tree for debug builds.
DebugTree() - Constructor for class timber.log.DebugTree
Create a DebugTree with minimum level set to TRACE.
DebugTree(Level) - Constructor for class timber.log.DebugTree
Create a DebugTree with minimum level set to level.

E

error(String, Object...) - Static method in class timber.log.Timber
Log an error message with optional format args.
error(Throwable, String, Object...) - Static method in class timber.log.Timber
Log an error exception and a message with optional format args.
error(String, Object...) - Method in class timber.log.Tree
Log an error message with optional format args.
error(Throwable, String, Object...) - Method in class timber.log.Tree
Log an error exception and a message with optional format args.

F

fatal(String, Object...) - Static method in class timber.log.Timber
Log a fatal message with optional format args.
fatal(Throwable, String, Object...) - Static method in class timber.log.Timber
Log a fatal exception and a message with optional format args.
fatal(String, Object...) - Method in class timber.log.Tree
Log a fatal message with optional format args.
fatal(Throwable, String, Object...) - Method in class timber.log.Tree
Log a fatal exception and a message with optional format args.
FileTree - Class in timber.log
 
FileTree(Level, File, boolean) - Constructor for class timber.log.FileTree
Create a new FileTree instance.
FileTree(Level, File) - Constructor for class timber.log.FileTree
Create a new FileTree instance.
forest() - Static method in class timber.log.Timber
Return a copy of all planted trees.
formatLine(Level, String, String) - Method in class timber.log.Tree
 

G

getLevelCode() - Method in enum timber.log.Level
 
getLevelName() - Method in enum timber.log.Level
 
getStackTraceString(Throwable) - Method in class timber.log.Tree
 
getTag() - Method in class timber.log.DebugTree
 
getTag() - Method in class timber.log.FileTree
 
getTag() - Method in class timber.log.Tree
 

I

info(String, Object...) - Static method in class timber.log.Timber
Log an info message with optional format args.
info(Throwable, String, Object...) - Static method in class timber.log.Timber
Log an info exception and a message with optional format args.
info(String, Object...) - Method in class timber.log.Tree
Log an info message with optional format args.
info(Throwable, String, Object...) - Method in class timber.log.Tree
Log an info exception and a message with optional format args.
isLoggeable(Level) - Method in class timber.log.DebugTree
 
isLoggeable(Level) - Method in class timber.log.FileTree
 
isLoggeable(Level) - Method in class timber.log.Tree
Return whether a message at level should be logged.

L

Level - Enum in timber.log
 
log(Level, String, String, Throwable) - Method in class timber.log.DebugTree
Break up message into maximum-length chunks (if needed) and send to either stdout or stderr for logging.
log(Level, String, String, Throwable) - Method in class timber.log.FileTree
 
log(Level, String, Object...) - Static method in class timber.log.Timber
Log at priority a message with optional format args.
log(Level, Throwable, String, Object...) - Static method in class timber.log.Timber
Log at level an exception and a message with optional format args.
log(Level, String, Object...) - Method in class timber.log.Tree
Log at level a message with optional format args.
log(Level, Throwable, String, Object...) - Method in class timber.log.Tree
Log at level an exception and a message with optional format args.
log(Level, String, String, Throwable) - Method in class timber.log.Tree
Write a log message to its destination.

N

NL - Variable in class timber.log.Tree
 

P

plant(Tree) - Static method in class timber.log.Timber
Add a new logging tree
prepareLog(Level, Throwable, String, Object...) - Method in class timber.log.Tree
 

S

setDateFormatPattern(String) - Method in class timber.log.Tree
 

T

tag(String) - Static method in class timber.log.Timber
Set a one-time tag for use on the next logging call
Timber - Class in timber.log
Logging for lazy people
timber.log - package timber.log
 
trace(String, Object...) - Static method in class timber.log.Timber
Log a trace message with optional format args.
trace(Throwable, String, Object...) - Static method in class timber.log.Timber
Log a trace exception and a message with optional format args.
trace(String, Object...) - Method in class timber.log.Tree
Log a trace message with optional format args.
trace(Throwable, String, Object...) - Method in class timber.log.Tree
Log a trace exception and a message with optional format args.
Tree - Class in timber.log
A facade for handling logging calls.
Tree() - Constructor for class timber.log.Tree
 
treeCount() - Static method in class timber.log.Timber
Return the size of the forest.

U

uproot(Tree) - Static method in class timber.log.Timber
Remove a planted tree.
uprootAll() - Static method in class timber.log.Timber
Remove all planted trees.

V

valueOf(String) - Static method in enum timber.log.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum timber.log.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Object...) - Static method in class timber.log.Timber
Log a warn message with optional format args.
warn(Throwable, String, Object...) - Static method in class timber.log.Timber
Log a warn exception and a message with optional format args.
warn(String, Object...) - Method in class timber.log.Tree
Log a warn message with optional format args.
warn(Throwable, String, Object...) - Method in class timber.log.Tree
Log a warn exception and a message with optional format args.
A C D E F G I L N P S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.