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.SBAssembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 10.6.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 |
Member | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
StreamBase.SB..::..Operator..::..Logger
StreamBase.SB..::..Operator..::..Logger