'Declaration Public Shared Sub LogToFileStop()
'Declaration
Public Shared Sub LogToFileStop()
public static void LogToFileStop()
string path = @"C:\Logs"; // replace with your log path int logLevel = 0x3F; DicomGlobal.LogToFile(path, logLevel); // This will stop the logging that has been enabled above DicomGlobal.LogToFileStop();
Target Platforms: .NET CLR 4.8 or higher
DicomGlobal Class DicomGlobal Members