C#
VB
C++
Gets the list of global channels.
[CLSCompliantAttribute(false)]
public List<ILoggingChannel> GetGlobalChannels()
<CLSCompliantAttribute(False)>
Public Function GetGlobalChannels() As List(Of ILoggingChannel)
[CLSCompliantAttribute(false)]
public:
List<ILoggingChannel^>^ GetGlobalChannels();
List of global changes
Global channels can be access with Logger.Global. If an addin doesn't one to provide his own logging channels they should log to the Global logger.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET