C# Class RabbitMQ.Client.ESLog

Afficher le fichier Open project: rabbitmq/rabbitmq-dotnet-client

Méthodes publiques

Méthode Description
Error ( string message, System ex ) : void
Info ( string message ) : void
Warn ( string message ) : void

Method Details

Error() public static méthode

public static Error ( string message, System ex ) : void
message string
ex System
Résultat void

Info() public static méthode

public static Info ( string message ) : void
message string
Résultat void

Warn() public static méthode

public static Warn ( string message ) : void
message string
Résultat void