C# 클래스 FFImageLoading.Forms.Sample.iOS.AppDelegate.CustomLogger
파일 보기
프로젝트 열기: daniel-luberda/FFImageLoading
공개 메소드들
메소드 |
설명 |
|
Debug ( string message ) : void |
|
|
Error ( string errorMessage ) : void |
|
|
Error ( string errorMessage, Exception ex ) : void |
|
|
메소드 상세
public Debug ( string message ) : void |
message |
string |
|
리턴 |
void |
|
public Error ( string errorMessage ) : void |
errorMessage |
string |
|
리턴 |
void |
|
public Error ( string errorMessage, Exception ex ) : void |
errorMessage |
string |
|
ex |
System.Exception |
|
리턴 |
void |
|