JakeWharton/timber

Where are the priority codes?

SharkFourSix opened this issue · 3 comments

protected void log(int priority, @Nullable String tag, @NonNull String message, @Nullable Throwable throwable) {

What are the possible values for the priority parameter? I have looked everywhere and I have not found anything relevant. How would we know later on if the message is an error, warning, or info?

They're available on Android's Log class: https://developer.android.com/reference/android/util/Log

They're available on Android's Log class: https://developer.android.com/reference/android/util/Log

Pfffff 🤦 . I thought it was Timber related codes.