Class TextFormattedConnectAccessLogMessage

    • Constructor Detail

      • TextFormattedConnectAccessLogMessage

        public TextFormattedConnectAccessLogMessage​(@NotNull
                                                    java.lang.String logMessageString)
                                             throws LogException
        Creates a new text-formatted connect access log message from the provided message string.
        Parameters:
        logMessageString - The string representation of the log message to create. It must not be null.
        Throws:
        LogException - If the provided string cannot be parsed as a valid log message.