Add project
Basic formatting applied. Unnecessary comments have been removed. Suspicious code is covered by TODO.
This commit is contained in:
10
Hcs.Client/ClientApi/IHcsLogger.cs
Normal file
10
Hcs.Client/ClientApi/IHcsLogger.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Hcs.ClientApi
|
||||
{
|
||||
/// <summary>
|
||||
/// Интерфейс для механизма вывода отладочных сообщений для обработки вызывающей системой
|
||||
/// </summary>
|
||||
public interface IHcsLogger
|
||||
{
|
||||
void WriteLine(string message);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user