currently, the only way to write log is using these functions :
-
Util.logInfo
-
Util.logWarning
-
Util.logError
With these Utils, it log to ONE file only : Warplog.log, and this log is configure some how that does not print it to console.
so my questions are :
- how can i build my cutomize log to different log files like game.log, event.log, shop.log....
- how can i configure to print log both on log and console
- i can't use log4j to build my customize logs as it will conflict with your currently logback library