C# Class MetroLog.Targets.DebugTarget

Inheritance: Target
Mostra file Open project: mbrit/ProgrammingMetroStyle

Public Methods

Method Description
DebugTarget ( ) : System
DebugTarget ( Layout layout ) : System

Protected Methods

Method Description
Write ( LogEventInfo entry ) : void

Method Details

DebugTarget() public method

public DebugTarget ( ) : System
return System

DebugTarget() public method

public DebugTarget ( Layout layout ) : System
layout MetroLog.Layouts.Layout
return System

Write() protected method

protected Write ( LogEventInfo entry ) : void
entry LogEventInfo
return void