Interface ILogTypeProperty<T>
Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface ILogTypeProperty<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Action
Declaration
T Action { get; set; }
Property Value
Type | Description |
---|---|
T |
Communication
Declaration
T Communication { get; set; }
Property Value
Type | Description |
---|---|
T |
Debug
Declaration
T Debug { get; set; }
Property Value
Type | Description |
---|---|
T |
Error
Declaration
T Error { get; set; }
Property Value
Type | Description |
---|---|
T |
Information
Declaration
T Information { get; set; }
Property Value
Type | Description |
---|---|
T |
None
Declaration
T None { get; set; }
Property Value
Type | Description |
---|---|
T |
System
Declaration
T System { get; set; }
Property Value
Type | Description |
---|---|
T |
Warning
Declaration
T Warning { get; set; }
Property Value
Type | Description |
---|---|
T |