WriteLog Method

Syntax
C#
VB
C++
public override void WriteLog( 
   ILogEntry logEntry 
) 
  
Public Overrides Sub WriteLog( _ 
   ByVal logEntry As ILogEntry _ 
)  
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 an 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

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Logging.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.