The operator's instance of Operator..::..Logger. This can be used to send loging traces to the StreamBase application, and to query the current log level.

Namespace: StreamBase.SB
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Operator..::..Logger TheLogger { get; }
Public ReadOnly Property TheLogger As Operator..::..Logger
	Get
public:
property Operator..::..Logger^ TheLogger {
	Operator..::..Logger^ get ();
}

See Also