Class RequestLogger.RequestLoggerTask

java.lang.Object
services.moleculer.web.middleware.RequestLogger.RequestLoggerTask
All Implemented Interfaces:
Runnable
Enclosing class:
RequestLogger

protected static class RequestLogger.RequestLoggerTask extends Object implements Runnable
  • Field Details

    • CR_LF

      protected static final char[] CR_LF
    • HEX

      protected static final char[] HEX
    • TWO_SPACES

      protected static final char[] TWO_SPACES
    • COLON_SPACE

      protected static final char[] COLON_SPACE
    • ETC

      protected static final char[] ETC
    • maxPrintedBytes

      protected final int maxPrintedBytes
    • executor

      protected final ExecutorService executor
    • queue

    • running

      protected final AtomicBoolean running
  • Constructor Details

    • RequestLoggerTask

      protected RequestLoggerTask(int maxPrintedBytes, ExecutorService executor)
  • Method Details