log
public static void log( EmbraceLogger.Severity severity, String msg, Throwable throwable, boolean logStacktrace)
Content copied to clipboard
Logs a message with a stack trace at the specified severity. The 'data' attributes are ignored.
Parameters
severity
the severity of the message
msg
the message to log
throwable
the exception
log Stacktrace
include stacktrace in log