Class ModuleToLoggerNameMapper


  • public class ModuleToLoggerNameMapper
    extends Object
    A Simple No Brainer Utility to map the Module Name to Logger Name..
    Author:
    Hemanth Puttaswamy
    • Constructor Detail

      • ModuleToLoggerNameMapper

        public ModuleToLoggerNameMapper()
    • Method Detail

      • getModuleName

        public static String getModuleName​(String loggerName)
        Returns:
        the module name the logger is for.
      • getLoggerNames

        public static String[] getLoggerNames​(String moduleName)
        Returns:
        the logger names for this module; size of returned String[] >=1.