python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Log loss of a java.util.logging dependency
I have a dependency that logs in as follows :
import java.util.logging.Logger;
private final Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
And an application that uses the dependency ...

Illidan
Votes: 0
Answers: 0
can we do AOP logging for class which is not annotated with spring annotation
I want to do AspectJ logging for this class, can anyone suggest to me how to do it or will it even be possible?
public class Class{
public void method(){
// code
}
}
Rocky
Votes: 0
Answers: 1