FormattingInfo Constructor (Int32, Int32, Boolean)Apache log4net™ SDK Documentation
Constructor

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public FormattingInfo(
	int min,
	int max,
	bool leftAlign
)

Parameters

min
Type: SystemInt32

[Missing <param name="min"/> documentation for "M:log4net.Util.FormattingInfo.#ctor(System.Int32,System.Int32,System.Boolean)"]

max
Type: SystemInt32

[Missing <param name="max"/> documentation for "M:log4net.Util.FormattingInfo.#ctor(System.Int32,System.Int32,System.Boolean)"]

leftAlign
Type: SystemBoolean

[Missing <param name="leftAlign"/> documentation for "M:log4net.Util.FormattingInfo.#ctor(System.Int32,System.Int32,System.Boolean)"]

Remarks

Initializes a new instance of the FormattingInfo class with the specified parameters.

See Also

Reference