m_log 0.0.6 copy "m_log: ^0.0.6" to clipboard
m_log: ^0.0.6 copied to clipboard

An easy and light wait log library with log color

m_log #

a lite log utility for the flutter, provide runtime log with different color which became easy to identify at run time, when debug mode print console window, user can adjust log level control log print

Features #

1: debug mode print to console 2: control print log level

Use this package as a library #

  1. Depend on it m_log

Add this to your package's pubspec.yaml file:

dependencies:
  m_log: ^0.0.6
  
copied to clipboard
  1. Install it

You can install packages from the command line:

with Flutter

$ flutter pub add m_log
  
copied to clipboard

Alternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.

  1. Import it

Now in your Dart code, you can use:

import 'package:m_log/m_log.dart';
  
copied to clipboard

How to use #


MLog.d(tag: "MARAJ -->> ",content: "This is D");
MLog.e(tag: "MARAJ -->> ",content: "This is E");
MLog.i(tag: "MARAJ -->> ",content: "This is I");
MLog.v(tag: "MARAJ -->> ",content: "This is V");
MLog.w(tag: "MARAJ -->> ",content: "This is W");

copied to clipboard

Output #

tag field is optional #

6
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.25 - 2025.04.09

An easy and light wait log library with log color

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter

More

Packages that depend on m_log