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 |
---|---|---|
System.Exception | ex |
Log(String)
Declaration
void Log(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
LogDebug(String)
Declaration
void LogDebug(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
LogError(String)
Declaration
void LogError(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |
LogWarn(String)
Declaration
void LogWarn(string msg)
Parameters
Type | Name | Description |
---|---|---|
System.String | msg |