Package nl.basjes.parse.useragent.utils
Class CheckLoggingDependencies
java.lang.Object
nl.basjes.parse.useragent.utils.CheckLoggingDependencies
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidChecks if the logging dependencies needed for this library are available.
-
Constructor Details
-
CheckLoggingDependencies
public CheckLoggingDependencies()
-
-
Method Details
-
verifyLoggingDependencies
public static void verifyLoggingDependencies()Checks if the logging dependencies needed for this library are available. Throws an exception if something is wrong.
-