log4net SDK Documentation - Microsoft .NET Framework 4.0

LayoutSkeleton.Format Method

Convenience method for easily formatting the logging event into a string variable.

Overload List

Convenience method for easily formatting the logging event into a string variable.

public string Format(LoggingEvent);

Implement this method to create your own layout format.

public abstract void Format(TextWriter,LoggingEvent);

See Also

LayoutSkeleton Class | log4net.Layout Namespace