C# Class MetroLog.Tests.TestTarget

Inheritance: MetroLog.Targets.Target
Mostrar archivo Open project: onovotny/MetroLog Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TestTarget ( ) : System

Protected Methods

Method Description
Write ( LogWriteContext context, LogEventInfo entry ) : void

Method Details

TestTarget() public method

public TestTarget ( ) : System
return System

Write() protected method

protected Write ( LogWriteContext context, LogEventInfo entry ) : void
context LogWriteContext
entry LogEventInfo
return void