Logger.getLogger(Consumer.class.getName()).log(Level.INFO,"Input file is at: {0}. With size: {1}",newObject[]{inputTextFile.getAbsolutePath(),inputTextFile.length()});
Logger.getLogger(Consumer.class.getName()).log(Level.INFO,"Input image file is at: {0}. With size: {1}",newObject[]{inputBinFile.getAbsolutePath(),inputBinFile.length()});
Logger.getLogger(Consumer.class.getName()).log(Level.INFO,"Created book object. Author: {0}. Langunage: {1}. Number of words: {2}",newObject[]{book.getAuthor(),book.getLanguage(),wordcount});