Show / Hide Table of Contents

    Class Log

    Log helper

    Inheritance
    Object
    Log
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: XData
    Assembly: XData.docfx.dll
    Syntax
    public static class Log

    Methods

    | Improve this Doc View Source

    Write(MessageType, Func<String>, Func<AdditionalInfo>[])

    Write message to log

    Declaration
    public static void Write(MessageType msgType, Func<string> getMsgText, params Func<AdditionalInfo>[] getInfo)
    Parameters
    Type Name Description
    MessageType msgType

    Message type

    Func<String> getMsgText

    Get message text handler

    Func<AdditionalInfo>[] getInfo

    Get additional information handlers

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX