أداة BaseStreamLogger
public
abstract
class
BaseStreamLogger
extends BaseLeveledLogOutput
java.lang.Object | ||
↳ | com.android.tradefed.log.BaseLeveledLogOutput | |
↳ | com.android.tradefed.log.BaseStreamLogger<OS extends OutputStream> |
يشير ذلك المصطلح إلى ILeveledLogOutput
يوجّه رسائل السجلّ إلى مصدر بيانات الناتج وإلى التنسيق stdout.
ملخّص
الحقول | |
---|---|
protected
OS extends OutputStream |
mOutputStream
|
شركة إنشاءات عامة | |
---|---|
BaseStreamLogger()
|
الطرق العامة | |
---|---|
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)
للتوافق |
void
|
setLogLevelDisplay(Log.LogLevel logLevel)
لضبط الحد الأدنى من |
الطرق المحمية | |
---|---|
void
|
writeToLog(String message)
كتابة رسالة إلى ساحة مشاركات الإخراج |
الحقول
إخراج mOutputStream
protected OS extends OutputStream mOutputStream
شركة إنشاءات عامة
أداة BaseStreamLogger
public BaseStreamLogger ()
الطرق العامة
CloseLog
public void closeLog ()
الحصول على مستوى العرض
public Log.LogLevel getLogLevelDisplay ()
المرتجعات | |
---|---|
Log.LogLevel |
الحد الأدنى الحالي لـ LogLevel لعرضه بتنسيق stdout. |
printAndPromptLog
public void printAndPromptLog (Log.LogLevel logLevel, String tag, String message)
المعلمات | |
---|---|
logLevel |
Log.LogLevel |
tag |
String |
message |
String |
printLog
public void printLog (Log.LogLevel logLevel, String tag, String message)
المعلمات | |
---|---|
logLevel |
Log.LogLevel |
tag |
String |
message |
String |
setLogLevelDisplay
public void setLogLevelDisplay (Log.LogLevel logLevel)
للتوافق
المعلمات | |
---|---|
logLevel |
Log.LogLevel |
setLogLevelDisplay
public void setLogLevelDisplay (Log.LogLevel logLevel)
لضبط الحد الأدنى من LogLevel
لعرضه في الوضع القياسي.
المعلمات | |
---|---|
logLevel |
Log.LogLevel |
الطرق المحمية
كتابة ToLog
protected void writeToLog (String message)
كتابة رسالة إلى ساحة مشاركات الإخراج
المعلمات | |
---|---|
message |
String : الإدخال المطلوب كتابته في السجلّ |
الرميات | |
---|---|
|
في حال حدوث خطأ في الإدخال/الإخراج |