Package ch.qos.logback.classic.util
Class LoggerNameUtil
java.lang.Object
ch.qos.logback.classic.util.LoggerNameUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Utility class for analysing logger names.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeNameParts
(String loggerName) Deprecated.static int
Deprecated.static int
getSeparatorIndexOf
(String name, int fromIndex) Deprecated.Get the position of the separator character, if any, starting at position 'fromIndex'.
-
Constructor Details
-
LoggerNameUtil
public LoggerNameUtil()Deprecated.
-
-
Method Details
-
getFirstSeparatorIndexOf
Deprecated. -
getSeparatorIndexOf
Deprecated.Get the position of the separator character, if any, starting at position 'fromIndex'.- Parameters:
name
-fromIndex
-- Returns:
-
computeNameParts
Deprecated.
-