A very simple layout
Inheritance Hierarchy
log4net.Layout LayoutSkeleton
log4net.Layout SimpleLayout
Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
SimpleLayout consists of the level of the log statement, followed by " - " and then the log message itself. For example,
DEBUG - Hello world
See Also