C# Класс SimKit.Framework.LoggingContext.ConsoleLoggingContext
Показать файл
Открыть проект
Открытые методы
Метод |
Описание |
|
Debug ( string context, string message ) : void |
|
|
Error ( string context, Exception exception ) : void |
|
|
Info ( string context, string message ) : void |
|
|
Описание методов
public Debug ( string context, string message ) : void |
context |
string |
|
message |
string |
|
Результат |
void |
|
public Error ( string context, Exception exception ) : void |
context |
string |
|
exception |
System.Exception |
|
Результат |
void |
|
public Info ( string context, string message ) : void |
context |
string |
|
message |
string |
|
Результат |
void |
|