C# 클래스 Sdl.Web.Tridion.Mapping.DD4TLoggerAdapter

Adapter class which exposes the DXA Logger as DD4T Logger.
상속: ILogger
파일 보기 프로젝트 열기: sdl/dxa-web-application-dotnet

공개 메소드들

메소드 설명
Critical ( string message ) : void
Critical ( string message, LoggingCategory category ) : void
Debug ( string message ) : void
Debug ( string message, LoggingCategory category ) : void
Error ( string message ) : void
Error ( string message, LoggingCategory category ) : void
Information ( string message ) : void
Information ( string message, LoggingCategory category ) : void
Warning ( string message ) : void
Warning ( string message, LoggingCategory category ) : void

메소드 상세

Critical() 공개 메소드

public Critical ( string message ) : void
message string
리턴 void

Critical() 공개 메소드

public Critical ( string message, LoggingCategory category ) : void
message string
category LoggingCategory
리턴 void

Debug() 공개 메소드

public Debug ( string message ) : void
message string
리턴 void

Debug() 공개 메소드

public Debug ( string message, LoggingCategory category ) : void
message string
category LoggingCategory
리턴 void

Error() 공개 메소드

public Error ( string message ) : void
message string
리턴 void

Error() 공개 메소드

public Error ( string message, LoggingCategory category ) : void
message string
category LoggingCategory
리턴 void

Information() 공개 메소드

public Information ( string message ) : void
message string
리턴 void

Information() 공개 메소드

public Information ( string message, LoggingCategory category ) : void
message string
category LoggingCategory
리턴 void

Warning() 공개 메소드

public Warning ( string message ) : void
message string
리턴 void

Warning() 공개 메소드

public Warning ( string message, LoggingCategory category ) : void
message string
category LoggingCategory
리턴 void