Class ClassMethodTracingFilter

  • All Implemented Interfaces:
    Configurable, Filter

    public class ClassMethodTracingFilter
    extends java.lang.Object
    implements Filter, Configurable
    This filter provides regular expression filtering of class and method names. Only supported in a 1.4 JVM and up. See configure(String) for details.
    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ClassMethodTracingFilter

        public ClassMethodTracingFilter()
    • Method Detail

      • configure

        public void configure​(java.lang.String propPrefix)

        logger.properties keys:

        • pattern. List of class + method names delimited by new lines. Methods are prefixed by the "#" character. E.g. IDSSXMLObjectServer#createFolder.
        • trace. Adds stack traces if set to 'true' or '1'.
        Specified by:
        configure in interface Configurable
        Parameters:
        propPrefix - String The partial properties key. see Configurable.configure(String).
      • setTracing

        public void setTracing​(boolean traceOn)
      • isTracing

        public boolean isTracing()
      • setPattern

        public void setPattern​(java.lang.String accept)
      • getPattern

        public java.lang.String getPattern()