Constructor
Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- format
- Type: SystemString
The format string.
Remarks
Initializes a new instance of the SimpleDateFormatter class with the specified format string.
The format string must be compatible with the options that can be supplied to [M:DateTime.ToString(string, IFormatProvider)].
See Also