Logger logger = Logger.getLogger( Loggerexample.class.getName());
Filter filter = new FilterExample();
logger._____________(filter);
Which method is used to set the filter to the logger instance?
Logger logger = Logger.getLogger( Loggerexample.class.getName());
Filter filter = new FilterExample();
logger._____________(filter);
Which method is used to set the filter to the logger instance?
Create a free account to access the full topic