Class DebugService
Implements
Inherited Members
Namespace: Coree.NETStandard.Classes.DebugService
Assembly: Coree.NETStandard.dll
Syntax
public class DebugService : IDebugService
Constructors
| Edit this page View SourceDebugService(ILogger<DebugService>)
Declaration
public DebugService(ILogger<DebugService> logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger<DebugService> | logger |
Methods
| Edit this page View SourceLogMessage(string)
Declaration
public void LogMessage(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |