logbox_color 1.0.0 copy "logbox_color: ^1.0.0" to clipboard
logbox_color: ^1.0.0 copied to clipboard

outdated

Print colored box logs on terminal / console.

example/example.dart

import 'package:logbox_color/logbox_color.dart';

void main() {
  printLog(
      "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.",
      LogLevel.debug);
  printLog("hello world !", LogLevel.verbose);
  printLog("love dotnet :)", LogLevel.info);
  printLog("hey check that!", LogLevel.warning);
  printLog("please use c# !", LogLevel.error);
  printLog("dotnet rocks !", LogLevel.unknown);
}
0
likes
0
points
96
downloads

Publisher

verified publisherberk.babadogan.net

Weekly Downloads

Print colored box logs on terminal / console.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_console

More

Packages that depend on logbox_color