Search Results for

    Show / Hide Table of Contents

    Class NLogLogger

    Inheritance
    object
    NLogLogger
    Implements
    ILogLogger
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public class NLogLogger : ILogLogger

    Constructors

    NLogLogger()

    Declaration
    public NLogLogger()

    Methods

    Log(Exception)

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

    Log(string)

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

    LogDebug(string)

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

    LogError(string)

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

    LogError(string, Exception)

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

    LogInfo(string)

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

    LogInfo(string, params object[])

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

    LogWarn(string)

    Declaration
    public void LogWarn(string msg)
    Parameters
    Type Name Description
    string msg

    Implements

    ILogLogger
    In this article
    • Constructors
      • NLogLogger()
    • Methods
      • Log(Exception)
      • Log(string)
      • LogDebug(string)
      • LogError(string)
      • LogError(string, Exception)
      • LogInfo(string)
      • LogInfo(string, params object[])
      • LogWarn(string)
    • Implements
    Back to top Generated by DocFX