Interface ILogger
Namespace: Sensus
Assembly: Sensus.Shared.NuGet.dll
Syntax
public interface ILogger
Properties
Level
Declaration
LoggingLevel Level { get; set; }
Property Value
| Type | Description |
|---|---|
| LoggingLevel |
Methods
Log(String, LoggingLevel, Type, Boolean)
Declaration
void Log(string message, LoggingLevel level, Type callingType, bool throwException = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| LoggingLevel | level | |
| System.Type | callingType | |
| System.Boolean | throwException |