dj95 / zjstatus

A configurable statusbar plugin for zellij
MIT License
358 stars 6 forks source link

How to log zjstatus info to a file #30

Closed benzwt closed 5 months ago

benzwt commented 5 months ago

Description

In order to have a better understanding how the zjstatus works under the hook, I need a logging mechanism which able to log info to a file. I have tried several logger crates but none of them worked. Please recommend a logger that works with zjstatus/wasi.

thanks!

dj95 commented 5 months ago

Hi

unfortunately there is no other way than using eprint!() or eprintln!() and checking zellijs log file.