Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
NFe
Settings
Debug
C# Class NFe.Settings.Debug
Classe para mensagem em modo debug, que serão exibidas no output
显示文件
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