ITestLoggerReceiver

public interface ITestLoggerReceiver

com.android.tradefed.result.ITestLoggerReceiver


An entity that can be injected with an ITestLogger instance so that it can be used for logging purposes.

Summary

Public methods

abstract void setTestLogger(ITestLogger testLogger)

Injects the ITestLogger instance

Public methods

setTestLogger

public abstract void setTestLogger (ITestLogger testLogger)

Injects the ITestLogger instance

Parameters
testLogger ITestLogger