 | 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
Syntaxpublic string AuditPattern { get; set; }
Return Value
Type:
Stringaudit formatting pattern
See Also