Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
NLog
FileWriter
C# Class NLog.FileWriter
Mostrar archivo
Open project: sschmid/NLog
Class Usage Examples
Public Methods
Method
Description
ClearFile
( ) :
void
FileWriter
(
string
filePath
) :
System.IO
WriteLine
(
string
message
) :
void
Method Details
ClearFile()
public
method
public
ClearFile
( ) :
void
return
void
FileWriter()
public
method
public
FileWriter
(
string
filePath
) :
System.IO
filePath
string
return
System.IO
WriteLine()
public
method
public
WriteLine
(
string
message
) :
void
message
string
return
void