LEADTOOLS Medical (Leadtools.Medical.Logging.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
WriteLog Method
See Also 
Leadtools.Medical.Logging.DataAccessLayer Namespace > DataAccessLoggingChannel Class : WriteLog Method



logEntry
The Leadtools.Logging.ILogEntry object that will be logged. This object must be of type Leadtools.Logging.Medical.DicomLogEntry.
logEntry
The Leadtools.Logging.ILogEntry object that will be logged. This object must be of type Leadtools.Logging.Medical.DicomLogEntry.
Overrides the Leadtools.Logging.LoggingChannel.LoggingChannel.WriteLog(Leadtools.Logging.ILogEntry) method.

Syntax

Visual Basic (Declaration) 
Overrides Public Sub WriteLog( _
   ByVal logEntry As ILogEntry _
) 
Visual Basic (Usage)Copy Code
Dim instance As DataAccessLoggingChannel
Dim logEntry As ILogEntry
 
instance.WriteLog(logEntry)
C# 
public override void WriteLog( 
   ILogEntry 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.

Remarks

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.Logging.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features