Class 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 Detail

      • LoggerNameUtil

        public LoggerNameUtil()
        Deprecated.
    • 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:
      • computeNameParts

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