log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
PatternLayoutConverter.Convert Method (TextWriter, Object)
Derived pattern converters must override this method in order to convert conversion specifiers in the correct way.
[Visual Basic]
Overrides Overloads Protected Sub Convert( _
ByVal
writer As
TextWriter, _
ByVal
state As
Object _
)
Parameters
-
writer
-
TextWriter that will receive the formatted result.
-
state
- The state object on which the pattern converter should be executed.
See Also
PatternLayoutConverter Class | log4net.Layout.Pattern Namespace | PatternLayoutConverter.Convert Overload List