Utility for logging errors and warnings.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
[NonSerializedAttribute]
protected ILog _log
Visual Basic (Declaration)
<NonSerializedAttribute> _
Protected _log As ILog
Visual C++
[NonSerializedAttribute]
protected:
ILog^ _log

See Also