Class NLogLogger
Inheritance
Object
NLogLogger
Implements
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 |
LogWarn(String)
Declaration
public void LogWarn(string msg)
Parameters
Type | Name | Description |
---|---|---|
String | msg |