Show / Hide Table of Contents

    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

    Extension Methods

    JsonUtility.ToJsonString(Object, Formatting, JsonSerializer)
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX