Home »
MCQs »
FuelPHP MCQs
Which of the following profiler class methods simply add a log entry to the profiler?
69. Which of the following profiler class methods simply add a log entry to the profiler?
- Console()
- Log()
- CLI()
Answer: A) Console()
Explanation:
The console method simply adds a log entry to the profiler.