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