PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​ConsoleConsole­Logging­Backend­OptionsTimestamp­Format
Open sandboxFocus

ConsoleLoggingBackendOptions.TimestampFormat Property

TimestampFormat

Gets or sets the formatting string used to render a value of the DateTimeOffset type when the IncludeTimestamp property is set to true. The default value is null.

Declaration
public string TimestampFormat { get; set; }
Property Value
Type Description
System.String