Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Adaptive
ReactiveTrader
Server
Launcher
ConsoleLogger
C# Class Adaptive.ReactiveTrader.Server.Launcher.ConsoleLogger
Exibir arquivo
Open project: AdaptiveConsulting/ReactiveTraderCloud
Public Methods
Method
Description
Error
( ) :
void
Error
(
string
format
) :
void
Info
( ) :
void
Info
(
string
format
) :
void
Private Methods
Method
Description
Colour
(
ConsoleColor
colour
) :
IDisposable
Method Details
Error()
public
method
public
Error
( ) :
void
return
void
Error()
public
method
public
Error
(
string
format
) :
void
format
string
return
void
Info()
public
method
public
Info
( ) :
void
return
void
Info()
public
method
public
Info
(
string
format
) :
void
format
string
return
void