C# Class Pivotal.Redis.Aspnet.Session.Buildpack.ConsoleLogger

Inheritance: ILogger
Afficher le fichier Open project: cloudfoundry-community/redis-session-aspnet-buildpack

Méthodes publiques

Méthode Description
WriteError ( string message, Exception exception = null ) : void
WriteLog ( string message ) : void

Method Details

WriteError() public méthode

public WriteError ( string message, Exception exception = null ) : void
message string
exception Exception
Résultat void

WriteLog() public méthode

public WriteLog ( string message ) : void
message string
Résultat void