Interface ILogItem
Namespace:Microsoft.DocAsCode.Common
Assembly:Microsoft.DocAsCode.Common.dll
Syntax
public interface ILogItem
Properties
Code
Declaration
string Code { get; }
Property Value
| Type | Description |
|---|---|
| String |
File
Declaration
string File { get; }
Property Value
| Type | Description |
|---|---|
| String |
Line
Declaration
string Line { get; }
Property Value
| Type | Description |
|---|---|
| String |
LogLevel
Declaration
LogLevel LogLevel { get; }
Property Value
| Type | Description |
|---|---|
| LogLevel |
Message
Declaration
string Message { get; }
Property Value
| Type | Description |
|---|---|
| String |
Phase
Declaration
string Phase { get; }
Property Value
| Type | Description |
|---|---|
| String |