C# 클래스 FFImageLoading.Forms.Sample.Droid.MainActivity.CustomLogger

상속: FFImageLoading.Helpers.IMiniLogger
파일 보기 프로젝트 열기: daniel-luberda/FFImageLoading

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( string errorMessage ) : void
Error ( string errorMessage, Exception ex ) : void

메소드 상세

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