Package com.facebook.soloader
Class LogUtil
java.lang.Object
com.facebook.soloader.LogUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidSend anLog.DEBUGlog message.static voidSend anLog.DEBUGlog message and log the exception.static voidSend anLog.ERRORlog message.static voidSend aLog.ERRORlog message and log the exception.static voidSend anLog.INFOlog messagestatic voidSend anLog.INFOlog message and log the exception.static voidSend anLog.VERBOSElog message.static voidSend anLog.VERBOSElog message and log the exception.static voidSend aLog.WARNlog message.static voidSend aLog.WARNlog message and log the exception.
-
Method Details
-
e
Send aLog.ERRORlog message and log the exception.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.tr- An exception to log
-
e
Send anLog.ERRORlog message.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.msg- The message you would like logged.
-
w
Send aLog.WARNlog message and log the exception.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.tr- An exception to log
-
w
Send aLog.WARNlog message.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.msg- The message you would like logged.
-
i
Send anLog.INFOlog message and log the exception.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.tr- An exception to log
-
i
Send anLog.INFOlog message- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.msg- The message you would like logged.
-
d
Send anLog.DEBUGlog message and log the exception.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.tr- An exception to log
-
d
Send anLog.DEBUGlog message.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.
-
v
Send anLog.VERBOSElog message and log the exception.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.tr- An exception to log
-
v
Send anLog.VERBOSElog message.- Parameters:
tag- Used to identify the source of a log message. It usually identifies the class or * activity where the log call occurs.msg- The message you would like logged.
-