public interface IsLoggableValidator
Validates if message can be logged.
abstract Boolean
isLoggable(Priority priority, String tag)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Boolean isLoggable(Priority priority, String tag)
Validates priority and tag of a message you would like logged.
priority
tag