C# Class NFe.Settings.Debug

Classe para mensagem em modo debug, que serĂ£o exibidas no output
Show file Open project: akretion/uninfe

Public Methods

Method Description
WriteLine ( string message ) : void

Escreve um log no Output

Method Details

WriteLine() public static method

Escreve um log no Output
public static WriteLine ( string message ) : void
message string mensagem a ser escrita
return void