a) ignore_repeated_errors
b) ignore_repeat_error
c) repeatedly_ignore_error
d) repeated_error_ignore
Answer: a
Explanation: ignore_repeated_errors will not log repeated messages. The repeated errors must occur in the same file on the same line unless ignore_repeated_source is set to true.
Related Posts
The elements of an array are stored successively in memory cells because
Each array declaration need not give, implicitly or explicitly, the information about
Linked lists are best suited
Arrays are best data structures
Finding the location of the element with a given value is:
The operation of processing each element in the list is known as
Which of the following criterion is NOT written using the proper syntax?
Join The Discussion