Prepend source location to all messages
If set to true it shows the location from where the log message is called from.
logEnableStacktrace(bool enable) { _logStackTrace = enable; }