SystemStringFormat Constructor Apache log4netâ„¢ SDK Documentation
Initialise the SystemStringFormat

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

public SystemStringFormat(
	IFormatProvider provider,
	string format,
	params Object[] args
)

Parameters

provider
Type: OnlineSystem.IFormatProvider
An OnlineIFormatProvider that supplies culture-specific formatting information.
format
Type: OnlineSystem.String
A OnlineString containing zero or more format items.
args
Type:OnlineSystem.Object[]
An OnlineObject array containing zero or more objects to format.
See Also