Interface IDebugService
Defines a service for logging debug messages.
Namespace: Coree.NETStandard.Services.DebugManagement
Assembly: Coree.NETStandard.dll
Syntax
public interface IDebugService
Methods
| Edit this page View SourceLogMessage(string)
Logs a message to the logging infrastructure.
Declaration
void LogMessage(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to log. |