Class NLogLogger
Inheritance
System.Object
NLogLogger
Implements
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 |