The task is to enter the same file from different languages (Java, C ++ and Lua) to keep log entries in chronological order. I think of network or syslog applications, so I can easily write from different languages. Log4j is the most popular format and with log4cxx I can support Java and C ++. I found Log4Lua, but it seems to be dead.
What solution can you recommend?
EDIT:
I need this on Linux and Windows
source share