logInfo

public static void logInfo(String msg)

Logs an info message.

Parameters

msg

the message to log


public static void logInfo(String msg, Throwable throwable)

Logs an info message and sends exception to Embrace.

Parameters

msg

the message to log

throwable

the exception


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

Logs an info message with a stack trace.

Parameters

msg

the message to log

throwable

the exception