Lumberjack
Toggle table of contents
android
common
Target filter
android
common
Switch theme
Search in API
Skip to content
Lumberjack
core
/
com.michaelflisar.lumberjack.core.classes
Package-level
declarations
Types
Functions
Properties
Types
Core
Util
Link copied to clipboard
android
object
CoreUtil
Feedback
Config
Link copied to clipboard
class
FeedbackConfig
(
val
receiver
:
String
,
val
subject
:
String
,
val
body
:
String
=
""
,
val
bodyIsHtml
:
Boolean
=
false
,
val
titleForChooser
:
String
=
"Send feedback with"
)
Level
Link copied to clipboard
enum
Level
:
Enum
<
Level
>
Properties
priority
Link copied to clipboard
android
val
Level
.
priority
:
Int
Functions
get
Text
Color
Link copied to clipboard
android
fun
Level
.
getTextColor
(
textColor
:
Int
)
:
Int
get
Title
Color
Link copied to clipboard
android
fun
Level
.
getTitleColor
(
textColor
:
Int
)
:
Int