This class can be used to issue messages to the StreamBase application's logging facilities when running in the context of an Operator class.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Logger
Public Class Logger
public ref class Logger

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Equals(Object) (Inherited from Object.)
GetHashCode()()()() (Inherited from Object.)
GetType()()()() (Inherited from Object.)
IsDebugEnabled
Returns true if the log level is at least DEBUG.
IsErrorEnabled
Returns true if the log level is at least ERROR.
IsInfoEnabled
Returns true if the log level is at least INFO.
IsTraceEnabled
Returns true if the log level is at least TRACE.
IsWarnEnabled
Returns true if the log level is at least WARN.
Log(Operator..::..Logger..::..LogLevel, String)
Sends the given string to the StreamBase application's logging system.
ToString()()()() (Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  StreamBase.SB..::..Operator..::..Logger

See Also