BaseStreamLogger

public abstract class BaseStreamLogger
extends BaseLeveledLogOutput

java.lang.Object
com.android.tradefed.log.BaseLeveledLogOutput
  com.android.tradefed.log.BaseStreamLogger<system operacyjny rozszerzy OutputStream>


ILeveledLogOutput, który kieruje komunikaty logu do strumienia wyjściowego i do stdout.

Podsumowanie

Fieldsem

protected OS extends OutputStream mOutputStream

Konstruktory publiczne

BaseStreamLogger()

Metody publiczne

void closeLog()
Log.LogLevel getLogLevel()
Log.LogLevel getLogLevelDisplay()
void printAndPromptLog(Log.LogLevel logLevel, String tag, String message)
void printLog(Log.LogLevel logLevel, String tag, String message)
void setLogLevel(Log.LogLevel logLevel)
void setLogLevelDisplay(Log.LogLevel logLevel)

Zgodność

void setLogLevelDisplay(Log.LogLevel logLevel)

Określa minimalną wartość parametru LogLevel do wyświetlania przy połączeniu standardowym.

Metody chronione

void writeToLog(String message)

Zapisuje komunikat w strumieniu wyjściowym.

Fieldsem

Strumień danych wyjściowych

protected OS extends OutputStream mOutputStream

Konstruktory publiczne

BaseStreamLogger

public BaseStreamLogger ()

Metody publiczne

CloseLog

public void closeLog ()

getLogLevel

public Log.LogLevel getLogLevel ()

Zwroty
Log.LogLevel

getLogLevelDisplay

public Log.LogLevel getLogLevelDisplay ()

Zwroty
Log.LogLevel aktualna minimalna wartość LogLevel do wyświetlenia przy standardowym wyjściu.

PrintAndPromptLog

public void printAndPromptLog (Log.LogLevel logLevel, 
                String tag, 
                String message)

Parametry
logLevel Log.LogLevel

tag String

message String

PrintLog

public void printLog (Log.LogLevel logLevel, 
                String tag, 
                String message)

Parametry
logLevel Log.LogLevel

tag String

message String

setLogLevel

public void setLogLevel (Log.LogLevel logLevel)

Parametry
logLevel Log.LogLevel

setLogLevelDisplay

public void setLogLevelDisplay (Log.LogLevel logLevel)

Zgodność

Parametry
logLevel Log.LogLevel

setLogLevelDisplay

public void setLogLevelDisplay (Log.LogLevel logLevel)

Określa minimalną wartość parametru LogLevel do wyświetlania przy połączeniu standardowym.

Parametry
logLevel Log.LogLevel

Metody chronione

zapisToLog

protected void writeToLog (String message)

Zapisuje komunikat w strumieniu wyjściowym.

Parametry
message String: wpis do zapisu w logu

Rzuty
jeśli wystąpi błąd wejścia-wyjścia