Click or drag to resize

ChainsawTarget Properties

The ChainsawTarget type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets or sets the network address.
(Inherited from NetworkTarget.)
Public propertyAppInfo
Gets or sets the log4j:event log4japp-xml-element. By default it's the friendly name of the current AppDomain.
(Inherited from NLogViewerTarget.)
Public propertyCompress
Type of compression for protocol payload. Useful for UDP where datagram max-size is 8192 bytes.
(Inherited from NetworkTarget.)
Public propertyCompressMinBytes
Skip compression when protocol payload is below limit to reduce overhead in cpu-usage and additional headers
(Inherited from NetworkTarget.)
Public propertyConnectionCacheSize
Gets or sets the size of the connection cache (number of connections which are kept alive). Requires KeepConnection = true
(Inherited from NetworkTarget.)
Public propertyEncoding
Gets or sets the encoding to be used.
(Inherited from NetworkTarget.)
Public propertyFormattedMessage
Gets or sets the log4j:event message-xml-element. Default: ${message}
(Inherited from NLogViewerTarget.)
Public propertyIncludeCallSite
Gets or sets a value indicating whether to include call site (class and method name) in the information sent over the network.
(Inherited from NLogViewerTarget.)
Public propertyIncludeEventProperties
Gets or sets the option to include all properties from the log events
(Inherited from NLogViewerTarget.)
Public propertyIncludeNdc
Gets or sets whether to include log4j:NDC in output from ScopeContext nested context.
(Inherited from NLogViewerTarget.)
Public propertyIncludeNLogData
Gets or sets a value indicating whether to include NLog-specific extensions to log4j schema.
(Inherited from NLogViewerTarget.)
Public propertyIncludeScopeNested
Gets or sets whether to include log4j:NDC in output from ScopeContext nested context.
(Inherited from NLogViewerTarget.)
Public propertyIncludeScopeProperties
Gets or sets whether to include the contents of the ScopeContext properties-dictionary.
(Inherited from NLogViewerTarget.)
Public propertyIncludeSourceInfo
Gets or sets a value indicating whether to include source info (file name and line number) in the information sent over the network.
(Inherited from NLogViewerTarget.)
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Public propertyKeepAliveTimeSeconds
The number of seconds a connection will remain idle before the first keep-alive probe is sent
(Inherited from NetworkTarget.)
Public propertyKeepConnection
Gets or sets a value indicating whether to keep connection open whenever possible.
(Inherited from NetworkTarget.)
Public propertyLayout
Gets or sets the instance of Log4JXmlEventLayout that is used to format log messages.
(Inherited from NLogViewerTarget.)
Public propertyLineEnding
Gets or sets the end of line value if a newline is appended at the end of log message NewLine.
(Inherited from NetworkTarget.)
Public propertyLoggerName
Gets or sets the log4j:event logger-xml-attribute. Default: ${logger}
(Inherited from NLogViewerTarget.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyMaxConnections
Gets or sets the maximum simultaneous connections. Requires KeepConnection = false
(Inherited from NetworkTarget.)
Public propertyMaxMessageSize
Gets or sets the maximum message size in bytes. On limit breach then OnOverflow action is activated.
(Inherited from NetworkTarget.)
Public propertyMaxQueueSize
Gets or sets the maximum queue size for a single connection. Requires KeepConnection = true
(Inherited from NetworkTarget.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Public propertyNdcItemSeparator
Gets or sets the stack separator for log4j:NDC in output from ScopeContext nested context.
(Inherited from NLogViewerTarget.)
Public propertyNewLine
Gets or sets a value indicating whether to append newline at the end of log message.
(Inherited from NetworkTarget.)
Public propertyOnConnectionOverflow
Gets or sets the action that should be taken, when more connections than MaxConnections.
(Inherited from NetworkTarget.)
Public propertyOnOverflow
Gets or sets the action that should be taken if the message is larger than MaxMessageSize
(Inherited from NetworkTarget.)
Public propertyOnQueueOverflow
Gets or sets the action that should be taken, when more pending messages than MaxQueueSize.
(Inherited from NetworkTarget.)
Public propertyParameters
Gets the collection of parameters. Each parameter contains a mapping between NLog layout and a named parameter.
(Inherited from NLogViewerTarget.)
Public propertyRenderer
Gets the layout renderer which produces Log4j-compatible XML events.
(Inherited from NLogViewerTarget.)
Public propertyScopeNestedSeparator
Gets or sets the separator for ScopeContext operation-states-stack.
(Inherited from NLogViewerTarget.)
Public propertySendTimeoutSeconds
The number of seconds a TCP socket send-operation will block before timeout error. Default wait forever when network cable unplugged and tcp-buffer becomes full.
(Inherited from NetworkTarget.)
Public propertySslProtocols
Gets or sets the SSL/TLS protocols. Default no SSL/TLS is used. Currently only implemented for TCP.
(Inherited from NetworkTarget.)
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Top
See Also