in Education by
Which of the following is not an appenders? (a) DummyAppender (b) ConsoleAppender (c) FileAppender (d) DeleteAppender I had been asked this question at a job interview. I'd like to ask this question from Remote Logging in division Parsing, Benchmarking and Logging of JavaScript Select the correct answer from above options JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Right answer is (d) DeleteAppender The best explanation: There are several ways to log using “appender”s. Some of the current available Appenders are: DummyAppender: log nothing. ConsoleAppender: open a new window in the browser or an inline div element and insert log messages in real time. WindowsEventAppender: send log messages in the MS Windows event manager (Internet Explorer only). FileAppender: write log messages in a local file on the client (IE and Mozilla). AjaxAppender: allow to send log messages to a remote server with asynchronous HTTP request. MetatagAppender: add log messages as meta data. JavaScript Console Appenders for Opera, Mozilla and Safari.

Related questions

0 votes
    Which of the following is not an inheritance mapping strategies? (a) Table per hierarchy (b) Table per ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
0 votes
    Which of the following is not an Enterprise Beans type? (a) Doubleton (b) Singleton (c) Stateful ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
0 votes
    Which of the following is not considered as an error in JavaScript? (a) Syntax error (b) Missing ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which of the following is not an example of closures? (a) Objects (b) Variables (c) Functions (d ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which of the following is not an object? (a) Element (b) Location (c) Position (d) Window This ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which of the following is not an example of a Shortcut Property? (a) border (b) font (c) text ( ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 23, 2021 in Education by JackTerrance
0 votes
    Which of the following is not an advanced services? (a) Data storage (b) Networking (c) XMLHttpRequest ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
    Which is not the way to query a document for an element or elements? (a) With a specified id ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 22, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    Which of the following is not a class of java.util.regex? (a) Pattern class (b) matcher class (c ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
...