log4sh icon indicating copy to clipboard operation
log4sh copied to clipboard

log4sh is an advanced logging framework for Unix shell scripts.

Results 7 log4sh issues
Sort by recently updated
recently updated
newest added

My src directory is in a file structure that has a space in one of the directory names and the Makefile fails. ``` cp -p /Volumes/Zed/Dir Has Space/src/log4sh/src/shell/log4sh /Volumes/Zed/Dir Has...

Mojave, Catalina, Big Sur Big Sur is there twice, because sometimes it can present itself as 11.00 as well as 10.16.

Thanks for making this tool! The current README.md file indicates steps to "get started" include downloading source (git clone, for instance?) and running `make test-prep`. There is no `src` directory...

Use Case: `export logger_info logger_export; scp -p file host:/tmp/file 1> >(logger_info) 2> >(logger_error)` Situation now: even on success of scp , when nothing is written to logger_error, an error-log entry...

Hi Team :-) First of all - I like your project very much. Thank you very much for all your work on this project. Just tried to do the first...

The current code is very brittle, and difficult to extend. Refactor it so that other developers can easily create custom appenders.

enhancement

App works fine in project root folder but when executed from bin folder it cannot find log dir. Need to sort out path resolution for promote.