Can use SLF4J+Logback for non java applications log files ?
I mean if we have a log file named e.g. non-java.log can use RollingFileAppender for rotate this file ?
Note : imagine non-java.log generated by C/C++ or golang application .
Note : I know we can use syslog (in linux) or other OS utils ,but I want to understand logback can do something like syslog.
there is any java library for manage non java log files ?
UPDATE :
I working on new Operating system named JOS. (not released yet)
https://github.com/Java-OS
My idea is completely replaces GNU project with Java utilities ,
Now i want to understand can manage os logs like dmesg or syslog with java base tools .