C# Class SimKit.Framework.LoggingContext.ConsoleLoggingContext
显示文件
Open project: Abayima/OpenSIMKit
Public Methods
Method |
Description |
|
Debug ( string context, string message ) : void |
|
|
Error ( string context, Exception exception ) : void |
|
|
Info ( string context, string message ) : void |
|
|
Method Details
public Debug ( string context, string message ) : void |
context |
string |
|
message |
string |
|
return |
void |
|
public Error ( string context, Exception exception ) : void |
context |
string |
|
exception |
System.Exception |
|
return |
void |
|
public Info ( string context, string message ) : void |
context |
string |
|
message |
string |
|
return |
void |
|