C# Class DictStreamProvider.LoggerExtensions

显示文件 Open project: amamh/orleans-DictStreamProvider

Public Methods

Method 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 method

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

AutoInfo() public static method

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

AutoVerbose() public static method

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

AutoWarn() public static method

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