Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ChaosMonkey
Infrastructure
ChaosLogger
C# Class ChaosMonkey.Infrastructure.ChaosLogger
ファイルを表示
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