
| Visual Basic (Declaration) | |
|---|---|
Public Class LoggingChannel Implements ILoggingChannel, IDisposable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As LoggingChannel | |
| C# | |
|---|---|
public class LoggingChannel : ILoggingChannel, IDisposable | |
| C++/CLI | |
|---|---|
public ref class LoggingChannel : public ILoggingChannel, IDisposable | |
For an example refer to Info(String,String)
System.Object
Leadtools.Logging.LoggingChannel.LoggingChannel
Leadtools.Logging.LoggingChannel.DebugLoggingChannel
Leadtools.Logging.LoggingChannel.EventLogLoggingChannel
Leadtools.Logging.LoggingChannel.FileLoggingChannel
Leadtools.Logging.LoggingChannel.SysLogLoggingChannel
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code