hoony's web study

728x90
반응형

https://api.dart.dev/stable/2.13.1/dart-developer/dart-developer-library.html

 

dart:developer library - Dart API

Interact with developer tools such as the debugger and inspector. This library is platform dependent and has separate implementations for both web and the Dart VM. A specific platform may not support all operations. To use this library in your code: import

api.dart.dev

Flutter로 개발을 진행하면서 log에 대한 갈증이 있었는데 위의 링크 주소에 있는 것을 사용하시면 적절하게 사용이 가능합니다.

log(String message, {DateTime? time, int? sequenceNumber, int level = 0, String name = '', Zone? zone, Object? error, StackTrace? stackTrace}) → void

사용하는 방법은 위와 같습니다. 
조금더 편하게 개발을 하면서 체크를 할 수 있는 방법이었습니다. 

728x90

공유하기

facebook twitter kakaoTalk kakaostory naver band
loading