| Modifier and Type | Class and Description |
|---|---|
class |
DebugTree
A
Tree for debug builds. |
class |
FileTree |
| Modifier and Type | Method and Description |
|---|---|
static Tree |
Timber.asTree()
A view into Timber's planted trees as a tree itself.
|
static Tree |
Timber.tag(String tag)
Set a one-time tag for use on the next logging call
|
| Modifier and Type | Method and Description |
|---|---|
static List<Tree> |
Timber.forest()
Return a copy of all planted trees.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Timber.plant(Tree tree)
Add a new logging tree
|
static void |
Timber.uproot(Tree tree)
Remove a planted tree.
|
Copyright © 2016. All rights reserved.