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

Service for managing logging functionality. Provides functionality to start and stop logging operations within the application. More...

Public Member Functions

Task StartLoggingAsync ()
 Starts the logging operation asynchronously.
Task StopLoggingAsync ()
 Stops the logging operation asynchronously.

Detailed Description

Service for managing logging functionality. Provides functionality to start and stop logging operations within the application.

Member Function Documentation

◆ StartLoggingAsync()

Task KneeSurgery.Interfaces.ILogService.StartLoggingAsync ( )

Starts the logging operation asynchronously.

Returns
A task representing the asynchronous logging start operation.

◆ StopLoggingAsync()

Task KneeSurgery.Interfaces.ILogService.StopLoggingAsync ( )

Stops the logging operation asynchronously.

Returns
A task representing the asynchronous logging stop operation.

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