Skip to content

Collection of tools for kotlin and Android with a sample app displaying cats

Notifications You must be signed in to change notification settings

alaeri/Workbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workbench for a log library

Build Status codecov CodeFactor FOSSA Status

Log Library

Structured Logger based on the command design pattern, implemented with inline functions and flows. It allows the user to view the program execution in real-time.

Some illustrations generated from the lib are available in documentation module


Main areas of development of the log library

Log api and implementation

What is the best api we can design and implement to build structured logs?

Log configuration in project and subprojects

How can we enable or disable logging in a sample project and its dependencies?

Log performance

What is the performance impact of having logs enabled? What kind of benchmarks can we use?

Logs exploration and visualization

What is the easiest way to understand how a program is working? Should the visualisation be included inside the app or be available in a webservice associated to the app.

  • SequenceDiagrams
  • Chronological log list
  • Some other visualization ?

Samples

App

A sample app to experiment with. It displays cats from the CatApi. It also showcases the use of the Log Library and RecyclerView Extras

Sample-lib

Sample wikipedia markdown library to showcase the use of the log api in a library with faster development iteration time.

Log-SeqDiag

Compose sample to browse wikipedia + visualization of the log library. (Flow logging is working in this sample)

Tui-browser

TUI app to browse wikipedia and showcase the log lib.

Mpp-Sample

Sample terminal app to showcase the use of the log api in an app with faster development iteration time.

Log-koin



Misc

RecyclerView Extras

Some code based on discussions at work and after work.

License

FOSSA Status

About

Collection of tools for kotlin and Android with a sample app displaying cats

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published