C# Class NWiretap.Instruments.Logger.Logger

Inheritance: InstrumentBase, ILogger
Show file Open project: drdk/nwiretap

Public Methods

Method Description
GetMeasurement ( ) : InstrumentMeasurementBase
Log ( string message ) : void
Logger ( Type owningType, string groupName, string instrumentName, int logSize ) : System

Method Details

GetMeasurement() public method

public GetMeasurement ( ) : InstrumentMeasurementBase
return InstrumentMeasurementBase

Log() public method

public Log ( string message ) : void
message string
return void

Logger() public method

public Logger ( Type owningType, string groupName, string instrumentName, int logSize ) : System
owningType System.Type
groupName string
instrumentName string
logSize int
return System