C# 클래스 TcmDebugger.Extensions.LoggerExtensions

Extension functions for T:Tridion.ContentManager.Templating.TemplatingLogger
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
Debug ( this logger, String format ) : void

Log a debug message

Debug ( this logger, String message, Exception ex ) : void

Log a debug message

Error ( this logger, String format ) : void

Log an error message

Error ( this logger, String message, Exception ex ) : void

Log an error message

Info ( this logger, String format ) : void

Log an information message

Info ( this logger, String message, Exception ex ) : void

Log an information message

TraceException ( Exception ex ) : string

Output a log trace for the given T:System.Exception

Warning ( this logger, String format ) : void

Log a warning message

Warning ( this logger, String message, Exception ex ) : void

Log a warning message

메소드 상세

Debug() 공개 정적인 메소드

Log a debug message
public static Debug ( this logger, String format ) : void
logger this
format String Message format string
리턴 void

Debug() 공개 정적인 메소드

Log a debug message
public static Debug ( this logger, String message, Exception ex ) : void
logger this
message String The message to log
ex System.Exception Associated exception to output
리턴 void

Error() 공개 정적인 메소드

Log an error message
public static Error ( this logger, String format ) : void
logger this
format String Message format string
리턴 void

Error() 공개 정적인 메소드

Log an error message
public static Error ( this logger, String message, Exception ex ) : void
logger this
message String The message to log
ex System.Exception Associated exception to output
리턴 void

Info() 공개 정적인 메소드

Log an information message
public static Info ( this logger, String format ) : void
logger this
format String Message / Message format string
리턴 void

Info() 공개 정적인 메소드

Log an information message
public static Info ( this logger, String message, Exception ex ) : void
logger this
message String The message to log
ex System.Exception Associated exception to output
리턴 void

TraceException() 공개 정적인 메소드

Output a log trace for the given T:System.Exception
public static TraceException ( Exception ex ) : string
ex System.Exception
리턴 string

Warning() 공개 정적인 메소드

Log a warning message
public static Warning ( this logger, String format ) : void
logger this
format String Message / Message format string
리턴 void

Warning() 공개 정적인 메소드

Log a warning message
public static Warning ( this logger, String message, Exception ex ) : void
logger this
message String The message to log
ex System.Exception Associated exception to output
리턴 void