Search Results for

    Show / Hide Table of Contents

    Class NLogLogger

    Inheritance
    System.Object
    NLogLogger
    Implements
    ILogLogger
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Exception ex

    Log(String)

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

    LogDebug(String)

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

    LogError(String)

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

    LogWarn(String)

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

    Implements

    ILogLogger

    On this page

    • Constructors
      • NLogLogger()
    • Methods
      • Log(Exception)
      • Log(String)
      • LogDebug(String)
      • LogError(String)
      • LogWarn(String)
    • Implements
    Back to top Generated by DocFX