Overrides the Leadtools.Logging.LoggingChannel.LoggingChannel.WriteLog(leadtools.logging.ilogentry) method.
Public Overrides Sub WriteLog( _
ByVal logEntry As Leadtools.Logging.ILogEntry _
)
public:
void WriteLog(
Leadtools.Logging.ILogEntry^ logEntry
) override
logEntry
The Leadtools.Logging.ILogEntry object that will be logged. This object must be of type Leadtools.Logging.Medical.DicomLogEntry.
This method writes a Leadtools.Logging.Medical.DicomLogEntry into the configured ILoggingDataAccessAgent instance.
If the method failed to create a ILoggingDataAccessAgent it will throw System.InvalidOperationException.
If the logEntry is not of type Leadtools.Logging.Medical.DicomLogEntry this method will throw an System.ArgumentException.
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