log_debug 1.0.0 log_debug: ^1.0.0 copied to clipboard
Utils for log error and log key value in debuging
Features #
Log show developer name and time of printing. "HH:MM:SS mmm"
Getting started #
Log.k("HomePage", "Hello World");
//output
abdo : 07:29:34:464 : HomePage: Hello World
Usage #
Simple #
Log.i("Hello");
Key & Value: #
Log.k("HomePage", "Hello World");
//output
abdo : 07:29:34:464 : HomePage: Hello World
Additional information #
Set developer name #
Example if I need to set developer name "abdo" in every line of logs, to be able to filter the logs by your name.
//write inside "main.dart"
LogDeveloperInfo.setName("abdo");
Print key and message #
Log.k("HomePage", "Hello");
Print Object #
Log.object( mProject );
Print Error #
Log.e( "catch exception Out Of Bounds" );
Contact US #
Developer | Contact |
---|---|
name | Abdallah Deliever |
abdallah.android.app@gmail.com | |
+20 1063499774 | |
website | deliever-app.com |
The License for software