Embrace Logger
Wrapper for the Android Log utility. This class is part of the Embrace Public API.
Types
Functions
Link copied to clipboard
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.
Link copied to clipboard
Logs a warning message.
Logs a warning message and sends exception to Embrace.
public static void logWarning( String msg, Throwable throwable, Boolean logStacktrace)
Content copied to clipboard
Logs a warning message with a stack trace.
Link copied to clipboard
Sets the logging threshold.