KneeSurgery
Loading...
Searching...
No Matches
KneeSurgery.Interfaces.IDebugLogService Interface Reference

Service for managing debug logs functionality. Provides functionality to manage debug log files, monitoring and directory operations. More...

Public Member Functions

void Dispose ()
 Releases the resources used by the service.
string Open ()
string OpenDirectory ()
void StartMonitoring ()
 Starts monitoring debug log changes.
void StopMonitoring ()
 Stops monitoring debug log changes.

Public Attributes

 bool
 Opens the debug log file for viewing.

Detailed Description

Service for managing debug logs functionality. Provides functionality to manage debug log files, monitoring and directory operations.

Member Data Documentation

◆ bool

KneeSurgery.Interfaces.IDebugLogService.bool

Opens the debug log file for viewing.

Opens the debug log directory in the file explorer.

Returns
A tuple containing:
  • bool: true if opening succeeded, false otherwise
  • string: result message or error message of the operation

The documentation for this interface was generated from the following file:
  • src/KneeSurgery/Interfaces/IDebugLogService.cs