FormattingInfo ClassApache log4netâ„¢ SDK Documentation
Contain the information obtained when parsing formatting modifiers in conversion modifiers.
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Util.FormattingInfo

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

public class FormattingInfo
Remarks

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

See Also