LAUREL BRIDGE

Program Class

DICOM Connectivity Framework V3.4
Configure simple logging to a file, demonstrate various logging levels and debug logging interfaces.

The debug logging facilities are very useful in providing message dumps of DICOM dimse messages and datasets. The DicomSessionSettings also implements the ILogSettings interface which is used to set logging properties and enable DICOM inputs and outputs to tailor log output on a per-session basis.

This executable will start up a notepad process to view the log output before exiting.

Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.BasicFileLoggingProgram

Namespace:  LaurelBridge.DCF.Examples.BasicFileLogging
Assembly:  BasicFileLogging (in BasicFileLogging.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public class Program

The Program type exposes the following members.

Constructors

  NameDescription
Public methodProgram
Initializes a new instance of the Program class
Top
Methods

  NameDescription
Public methodStatic memberMain
Main program for BasicFileLogging example.
Top
See Also

Reference