I have the following code implemented, it creates the file, but never writes anything to it. In addition, it does not log to the screen. Please help...
Logger.setLevel(Level.ALL);
Logger.addAppender(new FileAppender("C:\\ttt.txt"));
Logger.addAppender(new StandardOutputAppender());