Interface ILogLogger
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
public interface ILogLogger
Methods
Declaration
Parameters
Type |
Name |
Description |
Exception |
ex |
|
Declaration
Parameters
Type |
Name |
Description |
String |
msg |
|
Declaration
void LogDebug(string msg)
Parameters
Type |
Name |
Description |
String |
msg |
|
Declaration
void LogError(string msg)
Parameters
Type |
Name |
Description |
String |
msg |
|
Declaration
void LogError(string msg, Exception ex)
Parameters
Type |
Name |
Description |
String |
msg |
|
Exception |
ex |
|
Declaration
Parameters
Type |
Name |
Description |
String |
msg |
|