Class LogTransformer.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public LogTransformer build()
        Build and return the LogTransformer corresponding to the options set in this Builder.
        Returns:
      • addEntryExit

        public LogTransformer.Builder addEntryExit​(boolean b)
        Should each method log entry (with parameters) and exit (with parameters and return value)?
        Parameters:
        b - value of flag
        Returns:
      • verbose

        public LogTransformer.Builder verbose​(boolean b)
        Should LogTransformer be verbose in what it does? This currently list the names of the classes being processed.
        Parameters:
        b -
        Returns: