Click or drag to resize

ConfigurationRuntimeLoggingAuditPattern Property

Returns the pattern that formats audit logs.

Available conversion characters are:

%m - Used to output the audit message. %s - Used to output the statement name. %u - Used to output the runtime URI.

Namespace:  com.espertech.esper.common.client.configuration.runtime
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public string AuditPattern { get; set; }

Return Value

Type: String
audit formatting pattern
See Also