Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Cone
Runners
ConsoleSessionWriter
C# Class Cone.Runners.ConsoleSessionWriter
Inheritance:
ISessionWriter
Mostra file
Open project: drunkcod/Cone
Public Methods
Method
Description
Important
(
string
format
) :
void
Info
(
string
format
) :
void
Write
(
string
format
) :
void
Private Methods
Method
Description
ColorWrite
(
ConsoleColor
color
,
string
format
,
object
args
) :
void
Method Details
Important()
public
method
public
Important
(
string
format
) :
void
format
string
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void
Write()
public
method
public
Write
(
string
format
) :
void
format
string
return
void