All Questions
1 question
3
votes
1
answer
323
views
Approach for polyglot logging
I'm building a desktop app with a Java front-end and very performance critical Fortran libraries. We've recently started pushing more of our code out of Java and into Fortran (see below)
Soon we will ...