Search Results for

    Show / Hide Table of Contents

    Class LogCatLoggerFacade

    Defines default ISciChartDebugLoggerFacade implementation which outputs log messages into logcat console

    Inheritance
    java.lang.Object
    LogCatLoggerFacade
    Implements
    ISciChartDebugLoggerFacade
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class LogCatLoggerFacade implements ISciChartDebugLoggerFacade

    Constructors

    LogCatLoggerFacade()

    Declaration
    public LogCatLoggerFacade()

    Methods

    handleException(String tag, Exception exception)

    Handle caught exception with specified error message

    Declaration
    public void handleException(String tag, Exception exception)
    Parameters
    Type Name Description
    String tag
    Exception exception

    logError(String tag, String stringFormat, Object[] args)

    Logs error message with the string format message with optional arguments

    Declaration
    public void logError(String tag, String stringFormat, Object[] args)
    Parameters
    Type Name Description
    String tag
    String stringFormat
    Object[] args

    logInfo(String tag, String stringFormat, Object[] args)

    Logs info message with the string format message with optional arguments

    Declaration
    public void logInfo(String tag, String stringFormat, Object[] args)
    Parameters
    Type Name Description
    String tag
    String stringFormat
    Object[] args

    logWarning(String tag, String stringFormat, Object[] args)

    Logs warning message with the string format message with optional arguments

    Declaration
    public void logWarning(String tag, String stringFormat, Object[] args)
    Parameters
    Type Name Description
    String tag
    String stringFormat
    Object[] args

    Implements

    ISciChartDebugLoggerFacade
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml