[This is preliminary documentation and is subject to change.]

Represents target that supports string formatting using layouts.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public abstract class TargetWithLayoutHeaderAndFooter : TargetWithLayout
Visual Basic (Declaration)
Public MustInherit Class TargetWithLayoutHeaderAndFooter _
	Inherits TargetWithLayout
Visual C++
public ref class TargetWithLayoutHeaderAndFooter abstract : public TargetWithLayout

Inheritance Hierarchy

System..::.Object
  NLog.Targets..::.Target
    NLog.Targets..::.TargetWithLayout
      NLog.Targets..::.TargetWithLayoutHeaderAndFooter
        NLog.Targets..::.ConsoleTarget
        NLog.Targets..::.FileTarget

See Also