SimpleDateFormatter Constructor Apache log4net™ SDK Documentation
Constructor

Namespace: log4net.DateFormatter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public SimpleDateFormatter(
	string format
)
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