log

public static void log(    EmbraceLogger.Severity severity,     String msg,     Throwable throwable,     boolean logStacktrace)

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

logStacktrace

include stacktrace in log