C# Class SimKit.Framework.LoggingContext.ConsoleLoggingContext

Inheritance: ILoggingContext
Mostra file 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

Debug() public method

public Debug ( string context, string message ) : void
context string
message string
return void

Error() public method

public Error ( string context, Exception exception ) : void
context string
exception System.Exception
return void

Info() public method

public Info ( string context, string message ) : void
context string
message string
return void