prefixEmptyLines(p?: boolean): void
Whether to prefix log calls with no parameters, e.g. console.log()
Set this to true
will keep writing prefix in this case
Set this to false
will end up with a blank line
Default is false
Note: there will always be prefix for log calls with parameters, even this causes empty line, e.g. console.log('')
optional
p: boolean = false