Class MethodMonitorFactoryDefaults


  • public class MethodMonitorFactoryDefaults
    extends java.lang.Object
    • Constructor Detail

      • MethodMonitorFactoryDefaults

        private MethodMonitorFactoryDefaults()
    • Method Detail

      • addPrefix

        public static void addPrefix​(java.lang.String pkg,
                                     java.lang.String symbol)
        Add a new Package prefix symbol to the table. This reduces the size of the generated messages in the dprintImpl output.
        Parameters:
        pkg - A Java package name. Should end in '.' (which will be added if not present).
        symbol - The symbol to substitute for the package. Typically this is 3-8 upper case characters.
      • compressClassName

        private static java.lang.String compressClassName​(java.lang.String name)