DeviceLogger

public class DeviceLogger
extends Object implements ILogger

java.lang.Object
   ↳ com.android.incfs.install.adb.ddmlib.DeviceLogger


Classe bridge per utilizzare utils.ILogger per Incremental.

Riepilogo

Costruttori pubblici

DeviceLogger(ILogger logger)

Metodi pubblici

void error(Throwable t, String msgFormat, Object... args)
void info(String msgFormat, Object... args)
void verbose(String msgFormat, Object... args)
void warning(String msgFormat, Object... args)

Costruttori pubblici

DeviceLogger

public DeviceLogger (ILogger logger)

Parametri
logger ILogger

Metodi pubblici

errore

public void error (Throwable t, 
                String msgFormat, 
                Object... args)

Parametri
t Throwable

msgFormat String

args Object

info

public void info (String msgFormat, 
                Object... args)

Parametri
msgFormat String

args Object

dettagliato

public void verbose (String msgFormat, 
                Object... args)

Parametri
msgFormat String

args Object

avviso

public void warning (String msgFormat, 
                Object... args)

Parametri
msgFormat String

args Object