Show / Hide Table of Contents

    Interface ILogItem

    Namespace:Microsoft.DocAsCode.Common
    Assembly:Microsoft.DocAsCode.Common.dll
    Syntax
    public interface ILogItem

    Properties

    | Improve this Doc View Source

    File

    Declaration
    string File { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Line

    Declaration
    string Line { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LogLevel

    Declaration
    LogLevel LogLevel { get; }
    Property Value
    Type Description
    LogLevel
    | Improve this Doc View Source

    Message

    Declaration
    string Message { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Phase

    Declaration
    string Phase { get; }
    Property Value
    Type Description
    String

    Extension Methods

    JsonUtility.ToJsonString(Formatting, JsonSerializer)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2016 Microsoft
    Generated by DocFX