Package | Description |
---|---|
com.facebook | |
com.facebook.internal |
com.facebook.internal is solely for the use of other packages within the Facebook SDK for Android.
|
Modifier and Type | Field and Description |
---|---|
static LoggingBehavior |
LoggingBehavior.INSIGHTS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LoggingBehavior |
LoggingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingBehavior[] |
LoggingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<LoggingBehavior> |
Settings.getLoggingBehaviors()
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
Modifier and Type | Method and Description |
---|---|
static void |
Settings.addLoggingBehavior(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
static boolean |
Settings.isLoggingBehaviorEnabled(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
static void |
Settings.removeLoggingBehavior(LoggingBehavior behavior)
Certain logging behaviors are available for debugging beyond those that should be
enabled in production.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logger.log(LoggingBehavior behavior,
int priority,
String tag,
String string) |
static void |
Logger.log(LoggingBehavior behavior,
String tag,
String string) |
static void |
Logger.log(LoggingBehavior behavior,
String tag,
String format,
Object... args) |
Constructor and Description |
---|
Logger(LoggingBehavior behavior,
String tag) |
Copyright © 2014. All rights reserved.