C# Class DictStreamProvider.LoggerExtensions

Afficher le fichier Open project: amamh/orleans-DictStreamProvider

Méthodes publiques

Méthode Description
AutoError ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
AutoInfo ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
AutoVerbose ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
AutoWarn ( this logger, string message = "", int code = -1, [ callerName = "" ) : void

Method Details

AutoError() public static méthode

public static AutoError ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
logger this
message string
code int
callerName [
Résultat void

AutoInfo() public static méthode

public static AutoInfo ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
logger this
message string
code int
callerName [
Résultat void

AutoVerbose() public static méthode

public static AutoVerbose ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
logger this
message string
code int
callerName [
Résultat void

AutoWarn() public static méthode

public static AutoWarn ( this logger, string message = "", int code = -1, [ callerName = "" ) : void
logger this
message string
code int
callerName [
Résultat void