C# Class Console.Classes.Log

Inheritance: ILog
Mostra file Open project: diteix/proxy-profiler

Public Methods

Method Description
Debug ( string message ) : void
Debug ( string message, Exception ex ) : void

Method Details

Debug() public method

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

Debug() public method

public Debug ( string message, Exception ex ) : void
message string
ex Exception
return void