Platform/iOS
[Debug] console log with color
개랭갱깽스타
2021. 10. 16. 22:36
Android 에서는 log 별로 color 를 지정할 수 있다. iOS 에도 이런 설정이 당연히 있겠지 라고 생각했는데.... 없다고 한다!
대신 아래처럼 emoji 를 이용해서 나타낸다고...! color 로 표현할 수 있게 해주라~~~
사용방법
print("⚠️", "Touch is not disabled as expected")
📕: error message
📙: warning message
📗: ok status message
📘: action message
📓: canceled status message
📔: Or anything you like and want to recognize immediately by color
출처
https://stackoverflow.com/questions/40583721/print-to-console-log-with-color
반응형