Rejestrator historii
public
class
HistoryLogger
extends FileLogger
java.lang.Object | ||||
↳ | com.android.tradefed.log.BaseLeveledLogOutput | |||
↳ | com.android.tradefed.log.BaseStreamLogger<com.android.tradefed.util.SizelimitedOutputStream> | |||
↳ | com.android.tradefed.log.FileLogger | |||
↳ | com.android.tradefed.log.HistoryLogger |
Rejestrator historii TF – specjalny dziennik, który zawiera tylko niektóre konkretne zdarzenia.
Podsumowanie
Konstruktory publiczne | |
---|---|
HistoryLogger()
|
Metody publiczne | |
---|---|
ILeveledLogOutput
|
clone()
Tworzy nowy obiekt |
void
|
init()
Zainicjuj dziennik, tworząc wymagane zasoby IO. |
void
|
logEvent(Log.LogLevel logLevel, ILogRegistry.EventType event,
Wywołaj tę metodę, aby zarejestrować zdarzenie typu z powiązanymi informacjami na mapie. |
void
|
printAndPromptLog(Log.LogLevel logLevel, String tag, String message)
|
void
|
printLog(Log.LogLevel logLevel, String tag, String message)
|
Konstruktory publiczne
Rejestrator historii
public HistoryLogger ()
Metody publiczne
klonować
public ILeveledLogOutput clone ()
Tworzy nowy obiekt FileLogger
z tymi samymi ustawieniami poziomu logowania co bieżący obiekt.
Nie kopiuje zawartości pliku dziennika (tj. dane dziennika klonu zostaną zapisane w nowym ).
Zwroty | |
---|---|
ILeveledLogOutput |
init
public void init ()
Zainicjuj dziennik, tworząc wymagane zasoby IO.
logEvent
public void logEvent (Log.LogLevel logLevel, ILogRegistry.EventType event,args)
Wywołaj tę metodę, aby zarejestrować zdarzenie typu z powiązanymi informacjami na mapie.
Parametry | |
---|---|
logLevel |
Log.LogLevel |
event |
ILogRegistry.EventType : element EventType zdarzenia do zapisania. |
args |
: mapa argumentów, które mają zostać dodane do wpisu logu, aby uzyskać więcej szczegółów na temat
. |
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 |