Speedify SDK for Android  14.6.1
Classes | Static Public Member Functions | List of all members
com.speedify.speedifysdk.Logging Class Reference

Detailed Description

Helper class for logging to file.

Log files written to "application data file path"/data/javalog.txt by default. Can be configured by providing own logback.xml file in assets/ folder.

Since
5.6

Classes

class  LogHandler
 Log handler for a class. More...
 
interface  LogListener
 Interface to allow developers to get callbacks on all Java logging. More...
 

Static Public Member Functions

static Logging.LogHandler getLogger (Class c)
 

Member Function Documentation

◆ getLogger()

static Logging.LogHandler com.speedify.speedifysdk.Logging.getLogger ( Class  c)
static
Parameters
cClass to get logger for
Returns
LogHandler object for this Class
Since
5.6

The documentation for this class was generated from the following file: