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
RabbitMQ
Client
ESLog
C# Class RabbitMQ.Client.ESLog
ファイルを表示
Open project: rabbitmq/rabbitmq-dotnet-client
Public Methods
Method
Description
Error
(
string
message
,
System
ex
) :
void
Info
(
string
message
) :
void
Warn
(
string
message
) :
void
Method Details
Error()
public
static
method
public
static
Error
(
string
message
,
System
ex
) :
void
message
string
ex
System
return
void
Info()
public
static
method
public
static
Info
(
string
message
) :
void
message
string
return
void
Warn()
public
static
method
public
static
Warn
(
string
message
) :
void
message
string
return
void