C# Class Akka.Interfaced.SlimSocket.XunitOutputLogger

Inheritance: AbstractLogger
Datei anzeigen Open project: SaladLab/Akka.Interfaced.SlimSocket Class Usage Examples

Public Methods

Method Description
XunitOutputLogger ( string name, Source source ) : System

Protected Methods

Method Description
WriteInternal ( LogLevel level, object message, Exception exception ) : void

Method Details

WriteInternal() protected method

protected WriteInternal ( LogLevel level, object message, Exception exception ) : void
level LogLevel
message object
exception Exception
return void

XunitOutputLogger() public method

public XunitOutputLogger ( string name, Source source ) : System
name string
source Source
return System