C#
VB
C++
Logs an event.
public void LogEvent(LogType type,MessageDirection messageDirection,string description,DicomCommandType command,DicomDataSet dataset,SerializableDictionary<string, object> customInformation)
Public Sub LogEvent( _ByVal type As Leadtools.Logging.LogType, _ByVal messageDirection As Leadtools.Logging.Medical.MessageDirection, _ByVal description As String, _ByVal command As Leadtools.Dicom.DicomCommandType, _ByVal dataset As Leadtools.Dicom.DicomDataSet, _ByVal customInformation As Leadtools.Logging.SerializableDictionary(Of String,Object) _)
public:void LogEvent(Leadtools.Logging.LogType type,Leadtools.Logging.Medical.MessageDirection messageDirection,String^ description,Leadtools.Dicom.DicomCommandType command,Leadtools.Dicom.DicomDataSet^ dataset,Leadtools.Logging.SerializableDictionary<String^,Object^>^ customInformation)
type
The type of the event.
messageDirection
The direction of the message.
description
A description message for the event.
command
The DICOM command which generated the event.
dataset
The Leadtools.Dicom.DicomDataSet associated with the event.
customInformation
Extra data associated with the event.
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
