Constructor
Namespace: log4net.DateFormatterAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- format
- Type: System String
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