Property LogTimestampFormat
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
LogTimestampFormat
Allows you to overwrite the time format used by the internal debug logger.
Only applicable when LoggerFactory is set left at default value. Defaults to ISO 8601-like format.
[Deprecated("Use Logging.LogTimestampFormat instead. This property will be removed in a future version.")]
public string LogTimestampFormat { set; }