logDebug

public static void logDebug(String msg)

Logs a debug message.

Parameters

msg

the message to log


public static void logDebug(String msg, Throwable throwable)

Logs a debug message and sends exception to Embrace.

Parameters

msg

the message to log

throwable

the exception


public static void logDebug(    String msg,     Throwable throwable,     Boolean logStacktrace)

Logs a debug message with a stack trace.

Parameters

msg

the message to log

throwable

the exception

logStacktrace

include stacktrace in log