C# Class SampleLayoutsApp.Layout.LineWrappingLayout

The LineWrappingLayout wraps the output of a nested layout
The output of the nested layout is wrapped at LineWidth. Each of the continuation lines is prefixed with a number of spaces specified by Indent.
Inheritance: ForwardingLayout
Show file Open project: aurora-sim/Aurora-Libs

Public Methods

Method Description
Format ( TextWriter writer, log4net.Core.LoggingEvent loggingEvent ) : void
LineWrappingLayout ( ) : System

Private Methods

Method Description
WrapText ( TextWriter writer, string text ) : void

Method Details

Format() public method

public Format ( TextWriter writer, log4net.Core.LoggingEvent loggingEvent ) : void
writer System.IO.TextWriter
loggingEvent log4net.Core.LoggingEvent
return void

LineWrappingLayout() public method

public LineWrappingLayout ( ) : System
return System