pda
androidJvm
app
/
net.artux.pda.utils
/
InternalLogTree
Internal
Log
Tree
class
InternalLogTree
:
Timber.Tree
Members
Constructors
Internal
Log
Tree
Link copied to clipboard
constructor
(
)
Properties
history
Link copied to clipboard
val
history
:
MutableList
<
String
>
Functions
d
Link copied to clipboard
open
fun
d
(
t
:
Throwable
?
)
open
fun
d
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
d
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
e
Link copied to clipboard
open
fun
e
(
t
:
Throwable
?
)
open
fun
e
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
e
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
i
Link copied to clipboard
open
fun
i
(
t
:
Throwable
?
)
open
fun
i
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
i
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
log
Link copied to clipboard
open
fun
log
(
priority
:
Int
,
t
:
Throwable
?
)
open
fun
log
(
priority
:
Int
,
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
log
(
priority
:
Int
,
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
v
Link copied to clipboard
open
fun
v
(
t
:
Throwable
?
)
open
fun
v
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
v
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
w
Link copied to clipboard
open
fun
w
(
t
:
Throwable
?
)
open
fun
w
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
w
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)
wtf
Link copied to clipboard
open
fun
wtf
(
t
:
Throwable
?
)
open
fun
wtf
(
message
:
String
?
,
vararg
args
:
Any
?
)
open
fun
wtf
(
t
:
Throwable
?
,
message
:
String
?
,
vararg
args
:
Any
?
)