C# 클래스 FFImageLoading.MiniLoggerWrapper

상속: IMiniLogger
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading 1 사용 예제들

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string errorMessage ) : void
Error ( string errorMessage, Exception ex ) : void
MiniLoggerWrapper ( IMiniLogger logger, bool verboseLogging ) : System

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

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

Error() 공개 메소드

public Error ( string errorMessage, Exception ex ) : void
errorMessage string
ex System.Exception
리턴 void

MiniLoggerWrapper() 공개 메소드

public MiniLoggerWrapper ( IMiniLogger logger, bool verboseLogging ) : System
logger IMiniLogger
verboseLogging bool
리턴 System