Package ch.qos.logback.core.util
Class StatusListenerConfigHelper
java.lang.Object
ch.qos.logback.core.util.StatusListenerConfigHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
addOnConsoleListenerInstance
(Context context, OnConsoleStatusListener onConsoleStatusListener) This utility method adds a new OnConsoleStatusListener to the context passed as parameter.static void
installIfAsked
(Context context)
-
Constructor Details
-
StatusListenerConfigHelper
public StatusListenerConfigHelper()
-
-
Method Details
-
installIfAsked
-
addOnConsoleListenerInstance
public static void addOnConsoleListenerInstance(Context context, OnConsoleStatusListener onConsoleStatusListener) This utility method adds a new OnConsoleStatusListener to the context passed as parameter.- Parameters:
context
-- Since:
- 1.0.1
-