C# 클래스 DictStreamProvider.LoggerExtensions

파일 보기 프로젝트 열기: amamh/orleans-DictStreamProvider

공개 메소드들

메소드 설명
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

메소드 상세

AutoError() 공개 정적인 메소드

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

AutoInfo() 공개 정적인 메소드

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

AutoVerbose() 공개 정적인 메소드

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

AutoWarn() 공개 정적인 메소드

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