Skip to content

berkobob/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logger

A utility to disaply log information printed from various packages and the app being developed in the same format

Add this package to any app where you want to see formatted output. The Logger class is a singleton which only allows one package/app to listen to the log stream via void registerPrinter(void Function(Log)). Each Log includes a message and an optional Error as well as an optional StackTrace although this is uncessary because Logger includes a StackTrace by default.

To do

  1. Add flutter support

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages