Package ch.qos.logback.classic.util
Class LoggerNameUtil
- java.lang.Object
-
- ch.qos.logback.classic.util.LoggerNameUtil
-
@Deprecated(since="2022-01-27") public class LoggerNameUtil extends Object
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.Utility class for analysing logger names.
-
-
Constructor Summary
Constructors Constructor Description LoggerNameUtil()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static List<String>computeNameParts(String loggerName)Deprecated.static intgetFirstSeparatorIndexOf(String name)Deprecated.static intgetSeparatorIndexOf(String name, int fromIndex)Deprecated.Get the position of the separator character, if any, starting at position 'fromIndex'.
-
-
-
Method Detail
-
getFirstSeparatorIndexOf
public static int getFirstSeparatorIndexOf(String name)
Deprecated.
-
getSeparatorIndexOf
public static int getSeparatorIndexOf(String name, int fromIndex)
Deprecated.Get the position of the separator character, if any, starting at position 'fromIndex'.- Parameters:
name-fromIndex-- Returns:
-
-