Convenience method for easily formatting the logging event into a string variable.
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);
LayoutSkeleton Class | log4net.Layout Namespace