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
ChaosMonkey
Infrastructure
ChaosLogger
C# Class ChaosMonkey.Infrastructure.ChaosLogger
Mostrar archivo
Open project: simonmunro/ChaosMonkey
Class Usage Examples
Public Methods
Method
Description
ChaosLogger
(
string
fileName
) :
System
Close
( ) :
void
Log
(
string
message
) :
void
Method Details
ChaosLogger()
public
method
public
ChaosLogger
(
string
fileName
) :
System
fileName
string
return
System
Close()
public
method
public
Close
( ) :
void
return
void
Log()
public
method
public
Log
(
string
message
) :
void
message
string
return
void