Commit 00c8153b authored by Dio Maulana's avatar Dio Maulana

fro logger

parent a5ccb74c
// ignore_for_file: avoid_print
String logd(String location, String message) {
// buka file dengan path + nama file (yyyymmdd).log
// tulis ke file timestamp + location + message
// tutup file log
print("LOCATION => $location");
print("LOGD => $message");
return message;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment