Allows logging information to be written to a custom media.
Syntax
C#
VB
C++
publicinterface ILoggingChannel
PublicInterface ILogginChannel
publicinterfaceclass ILogginChannel
Remarks
You can register an object of type ILogginChannel with the EventLogger class to receive the event logs information and write them in any method (database, windows log, XML).