Class HttpAppLogger.LogEntry

    • Constructor Detail

    • Method Detail

      • append

        public void append​(String val)
        Append to a log entry. Value should not contain colons or should be the last element.
        Parameters:
        val - String element to append
      • concat

        public void concat​(String val)
        Concatenate some info without a delimiter.
        Parameters:
        val - String to concat
      • header

        public void header​(String name)
      • emit

        public void emit()
        Emit the log entry