C# Class FastQuant.EventLoggerManager

Datei anzeigen Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Add ( EventLogger logger ) : void
GetLogger ( string name ) : EventLogger

Method Details

Add() public method

public Add ( EventLogger logger ) : void
logger EventLogger
return void

GetLogger() public method

public GetLogger ( string name ) : EventLogger
name string
return EventLogger