log4net SDK Reference

FormattingInfo Class

Contain the information obtained when parsing formatting modifiers in conversion modifiers.

For a list of all members of this type, see FormattingInfo Members.

System.Object
   log4net.Util.FormattingInfo

[Visual Basic]
Public Class FormattingInfo
[C#]
public class FormattingInfo

Thread Safety

This type is not safe for multithreaded operations.

Remarks

Holds the formatting information extracted from the format string by the PatternParser. This is used by the PatternConverter objects when rendering the output.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

FormattingInfo Members | log4net.Util Namespace