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 Details

    • LoggerNameUtil

      public LoggerNameUtil()
      Deprecated.
  • Method Details

    • 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:
    • computeNameParts

      public static List<String> computeNameParts(String loggerName)
      Deprecated.