MapTrip SDK Android Manual 9.9.7
Loglevel Enum Reference

Public Member Functions

int getIntVal ()
 

Static Public Member Functions

static Loglevel getByInt (int intVal)
 

Public Attributes

 API_CALLS =(21)
 
 CB_DETAILED_INFO =(22)
 
 CB_INFO =(21)
 
 ERROR =(5)
 
 FATAL_ERROR =(1)
 
 WARNING =(15)
 

Detailed Description

enum for logging and loglevels.

  • Range 1 - 10: errors
  • Range 11 - 20: warnings
  • Range 21 and higher: depends on the logging category

Member Function Documentation

◆ getByInt()

static Loglevel getByInt ( int  intVal)
static

◆ getIntVal()

int getIntVal ( )

Member Data Documentation

◆ API_CALLS

API_CALLS =(21)

logging category API: logs API function calls with input and output parameters and return value.

◆ CB_DETAILED_INFO

CB_DETAILED_INFO =(22)

logging category CALLBACK: more detailed infos.

◆ CB_INFO

CB_INFO =(21)

logging category CALLBACK: basic infos.

◆ ERROR

ERROR =(5)

◆ FATAL_ERROR

FATAL_ERROR =(1)

◆ WARNING

WARNING =(15)

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