Class SyslogAppender

    • Field Detail

      • DEFAULT_SUFFIX_PATTERN

        public static final java.lang.String DEFAULT_SUFFIX_PATTERN
        Deprecated.
        See Also:
        Constant Field Values
      • DEFAULT_STACKTRACE_PATTERN

        public static final java.lang.String DEFAULT_STACKTRACE_PATTERN
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SyslogAppender

        public SyslogAppender()
        Deprecated.
    • Method Detail

      • isThrowableExcluded

        public boolean isThrowableExcluded()
        Deprecated.
      • setThrowableExcluded

        public void setThrowableExcluded​(boolean throwableExcluded)
        Deprecated.
        Setting throwableExcluded to true causes no Throwable's stack trace data to be sent to the syslog daemon. By default, stack trace data is sent to syslog daemon.
        Parameters:
        throwableExcluded -
        Since:
        1.0.4
      • getStackTracePattern

        public java.lang.String getStackTracePattern()
        Deprecated.
        See {@link #setStackTracePattern(String).
        Returns:
        the stackTraceSuffixPattern
        Since:
        1.0.4
      • setStackTracePattern

        public void setStackTracePattern​(java.lang.String stackTracePattern)
        Deprecated.
        Stack trace lines are sent to the syslog server separately from the main message For stack trace lines, the stackTracePattern is used instead of SyslogAppenderBase.suffixPattern. The stackTracePattern option allows specification of a separately format for the non-standardized part of stack trace lines.
        Parameters:
        stackTracePattern -
        Since:
        1.0.4