leandrosardi / simple_cloud_logging

Easy library to write log files in the cloud, watch them anywhere, and enbed the log in any website.
1 stars 0 forks source link

add 'nesting tabulations' to the simple 'log' method #1

Closed leandrosardi closed 3 months ago

leandrosardi commented 4 years ago

Here is an example about how the logging looks like today:

´´´log yyyy-mm-dd hh:mm:ss: a... yyyy-mm-dd hh:mm:ss: > b... yyyy-mm-dd hh:mm:ss: > > c... yyyy-mm-dd hh:mm:ss: call to the simple simple log method yyyy-mm-dd hh:mm:ss: > > done yyyy-mm-dd hh:mm:ss: > done yyyy-mm-dd hh:mm:ss: done ´´´

It should look like below:

´´´log yyyy-mm-dd hh:mm:ss: a... yyyy-mm-dd hh:mm:ss: > b... yyyy-mm-dd hh:mm:ss: > > c... yyyy-mm-dd hh:mm:ss: > > call to the simple simple log method yyyy-mm-dd hh:mm:ss: > > done yyyy-mm-dd hh:mm:ss: > done yyyy-mm-dd hh:mm:ss: done ´´´

leandrosardi commented 3 months ago

Already exists.