logWarning

public static void logWarning(String msg)

Logs a warning message.

Parameters

msg

the message to log


public static void logWarning(String msg, Throwable throwable)

Logs a warning message and sends exception to Embrace.

Parameters

msg

the message to log

throwable

the exception


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

Logs a warning message with a stack trace.

Parameters

msg

the message to log

throwable

the exception

logStacktrace

include stacktrace in log