- logEntry
- The Leadtools.Logging.ILogEntry object that will be logged. This object must be of type Leadtools.Logging.Medical.DicomLogEntry.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DataAccessLoggingChannel Dim logEntry As ILogEntry instance.WriteLog(logEntry) |
C++/CLI | |
---|---|
public: void WriteLog( ILogEntry^ logEntry ) override |
Parameters
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7