SimpleLayout ClassApache log4netâ„¢ SDK Documentation
A very simple layout
Inheritance Hierarchy

OnlineSystem.Object
  log4net.Layout.LayoutSkeleton
    log4net.Layout.SimpleLayout

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public class SimpleLayout : LayoutSkeleton
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