Log4J
Hi;
I would like to provide a method via a class to an external component (implement in C langage) to use log4j as logguer.
For example :
public class log {
...
public trace(String logs)
...
}
The component calls the trace method to write its logs and the trace must used log4J for that ?
Its possible or not ? If is possible please give me a example.
regards;

