Log4J Quiz 3 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Log4J Quiz 3 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. public void warn(Object message)
    B. public void error(Object message)
    C. public void fatal(Object message)
    D. public void info(Object message)
    A. to set the critical size of the file above which the file will be rolled.
    B. to set the number of backup files to be created.
    C. Both of the above.
    D. None of the above.
    A. Used to output the NDC (nested diagnostic context) associated with the thread that generated the logging event.
    B. Used to print the information stored in the MDC against the key.
    C. Used to print a % sign.
    D. Used to Left pad with spaces if the category name is less than 20 characters long.
    A. Used to output location information of the caller which generated the logging event
    B. Used to output the line number from where the logging request was issued
    C. Used to output the application supplied message associated with the logging event
    D. Used to output the method name where the logging request was issued
    A. Outputs the platform dependent line separator character or characters.
    B. Used to output the priority of the logging event
    C. Used to output the number of milliseconds elapsed from the construction of the layout until the creation of the logging event
    D. Used to output the name of the thread that generated the logging event