Initialize the context of the logger.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
public LoggerContext(
	string n,
	ServiceContext sc,
	IInitialization i
)
Visual Basic (Declaration)
Public Sub New ( _
	n As String, _
	sc As ServiceContext, _
	i As IInitialization _
)
Visual C++
public:
LoggerContext(
	String^ n, 
	ServiceContext^ sc, 
	IInitialization^ i
)

Parameters

n
Type: System..::.String
The name of the logger.
sc
Type: LeCouteauSuisse.API..::.ServiceContext
The service context.
i
Type: LeCouteauSuisse.API..::.IInitialization
The IInitialization interface to read settings.

See Also