Given the following code: What is the effect of including the fourth argument in the DfLogger
statement?

A.
The exception will be handled by DfLogger.
B.
The exception will be thrown again by DfLogger.
C.
A stack trace of the exception will be output to the logger.
D.
A text dump of the offending SysObject will be output to the logger.