Examveda
Examveda

Which of the following are appenders?

A. DummyAppender

B. ConsoleAppender

C. FileAppender

D. All of the mentioned

Answer: Option D

Solution(By Examveda Team)

There are several ways to log using “appender”s. The current available Appenders are:
1. DummyAppender: log nothing.
2. ConsoleAppender: open a new window in the browser or an inline div element and insert log messages in real time.
3. WindowsEventAppender: send log messages in the MS Windows event manager (Internet Explorer only).
4. FileAppender: write log messages in a local file on the client (IE and Mozilla).
5. AjaxAppender: allow to send log messages to a remote server with asynchronous HTTP request.
6. MetatagAppender: add log messages as meta data.
7. JavaScript Console Appenders for Opera, Mozilla and Safari.

This Question Belongs to Javascript >> Parsing, Benchmarking And Logging

Join The Discussion

Related Questions on Parsing, Benchmarking and Logging