-
public final class Loggercom.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogger.Companion
-
Constructor Summary
Constructors Constructor Description Logger(LoggingBehavior behavior, String tag)
-
Method Summary
Modifier and Type Method Description final IntegergetPriority()final UnitsetPriority(Integer priority)final StringgetContents()final Unitlog()final UnitlogString(String string)final Unitappend(StringBuilder stringBuilder)final Unitappend(String string)final Unitappend(String format, Object args)final UnitappendKeyValue(String key, Object value)-
-
Constructor Detail
-
Logger
Logger(LoggingBehavior behavior, String tag)
-
-
Method Detail
-
getPriority
final Integer getPriority()
-
setPriority
final Unit setPriority(Integer priority)
-
getContents
final String getContents()
-
append
final Unit append(StringBuilder stringBuilder)
-
appendKeyValue
final Unit appendKeyValue(String key, Object value)
-
-
-
-