Class VerbosityCommand

  • All Implemented Interfaces:
    WriteMessage
    Direct Known Subclasses:
    TextVerbosityCommand

    public abstract class VerbosityCommand
    extends Command
    Abstract verbosity command for text protocol
    Author:
    dennis
    • Field Detail

      • level

        protected int level
    • Constructor Detail

      • VerbosityCommand

        public VerbosityCommand​(CountDownLatch latch,
                                int level,
                                boolean noreply)
    • Method Detail

      • getLevel

        public final int getLevel()
      • setLevel

        public final void setLevel​(int logLevel)