Get the ILogger interface.

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

Syntax

C#
public ILogger Logger { get; }
Visual Basic (Declaration)
Public ReadOnly Property Logger As ILogger
Visual C++
public:
property ILogger^ Logger {
	ILogger^ get ();
}

Remarks

Use this interface to send message to all loggers from your generator.

See Also