Search Results for

    Show / Hide Table of Contents

    Interface ILogLogger

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public interface ILogLogger

    Methods

    Log(Exception)

    Declaration
    void Log(Exception ex)
    Parameters
    Type Name Description
    Exception ex

    Log(string)

    Declaration
    void Log(string msg)
    Parameters
    Type Name Description
    string msg

    LogDebug(string)

    Declaration
    void LogDebug(string msg)
    Parameters
    Type Name Description
    string msg

    LogError(string)

    Declaration
    void LogError(string msg)
    Parameters
    Type Name Description
    string msg

    LogError(string, Exception)

    Declaration
    void LogError(string msg, Exception ex)
    Parameters
    Type Name Description
    string msg
    Exception ex

    LogInfo(string)

    Declaration
    void LogInfo(string msg)
    Parameters
    Type Name Description
    string msg

    LogInfo(string, params object[])

    Declaration
    void LogInfo(string msg, params object[] args)
    Parameters
    Type Name Description
    string msg
    object[] args

    LogWarn(string)

    Declaration
    void LogWarn(string msg)
    Parameters
    Type Name Description
    string msg
    In this article
    • Methods
      • Log(Exception)
      • Log(string)
      • LogDebug(string)
      • LogError(string)
      • LogError(string, Exception)
      • LogInfo(string)
      • LogInfo(string, params object[])
      • LogWarn(string)
    Back to top Generated by DocFX