debug
Description:
public void debug (
DebugSection section,
string file,
int line,
string function)
If section is enabled, then logs the trace information file, line, and function.
Parameters:
| section |
debug section.
|
| file |
file name.
|
| line |
line number.
|
| function |
name of the function that is calling debug.
|