Interface ILogLogger
Namespace: SdlSdl.LanguagePlatformTranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public interface ILogLogger
Methods
Log(Exception)
Declaration
void Log(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex |
Log(string)
Declaration
void Log(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg |
LogDebug(string)
Declaration
void LogDebug(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg |
LogError(string)
Declaration
void LogError(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg |
LogWarn(string)
Declaration
void LogWarn(string msg)
Parameters
Type | Name | Description |
---|---|---|
string | msg |