![]() |
Gamebase SDK for Android 2.44.2
NHN Cloud Gamebase Platform
|
Static Public Member Functions | |
static void | setMessagePrefix (String key, String prefix) |
static int | getLogLevel () |
static void | setLogLevel (int level) |
static void | addLoggable (String key, Loggable loggable) |
static Loggable | removeLoggable (String key) |
static void | println (int priority, String tag, String msg, Throwable tr) |
Instructs the LogNode to print the log data provided. More... | |
static void | println (int priority, String tag, String msg) |
Instructs the LogNode to print the log data provided. More... | |
static void | v (String tag, String msg, Throwable tr) |
Prints a message at VERBOSE priority. More... | |
static void | v (String tag, String msg) |
Prints a message at VERBOSE priority. More... | |
static void | d (String tag, String msg, Throwable tr) |
Prints a message at DEBUG priority. More... | |
static void | d (String tag, String msg) |
Prints a message at DEBUG priority. More... | |
static void | i (String tag, String msg, Throwable tr) |
Prints a message at INFO priority. More... | |
static void | i (String tag, String msg) |
Prints a message at INFO priority. More... | |
static void | w (String tag, String msg, Throwable tr) |
Prints a message at WARN priority. More... | |
static void | w (String tag, String msg) |
Prints a message at WARN priority. More... | |
static void | w (String tag, Throwable tr) |
Prints a message at WARN priority. More... | |
static void | e (String tag, String msg, Throwable tr) |
Prints a message at ERROR priority. More... | |
static void | e (String tag, String msg) |
Prints a message at ERROR priority. More... | |
static void | wtf (String tag, String msg, Throwable tr) |
Prints a message at ASSERT priority. More... | |
static void | wtf (String tag, String msg) |
Prints a message at ASSERT priority. More... | |
static void | wtf (String tag, Throwable tr) |
Prints a message at ASSERT priority. More... | |
Static Public Attributes | |
static final int | VERBOSE = android.util.Log.VERBOSE |
static final int | DEBUG = android.util.Log.DEBUG |
static final int | INFO = android.util.Log.INFO |
static final int | WARN = android.util.Log.WARN |
static final int | ERROR = android.util.Log.ERROR |
static final int | ASSERT = android.util.Log.ASSERT |
static final String | LOGCAT = "LogCat" |
Static Package Functions | |
[static initializer] | |
|
staticpackage |
|
static |
|
static |
Prints a message at DEBUG priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at DEBUG priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Prints a message at ERROR priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at ERROR priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
|
static |
Prints a message at INFO priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at INFO priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Instructs the LogNode to print the log data provided.
Other LogNodes can be chained to the end of the LogNode as desired.
priority | Logger level of the data being logged. Verbose, Error, etc. |
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. The actual message to be logged. |
|
static |
Instructs the LogNode to print the log data provided.
Other LogNodes can be chained to the end of the LogNode as desired.
priority | Logger level of the data being logged. Verbose, Error, etc. |
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
|
static |
|
static |
|
static |
Prints a message at VERBOSE priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at VERBOSE priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Prints a message at WARN priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at WARN priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Prints a message at WARN priority.
tag | Tag for for the log data. Can be used to organize log statements. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Prints a message at ASSERT priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
|
static |
Prints a message at ASSERT priority.
tag | Tag for for the log data. Can be used to organize log statements. |
msg | The actual message to be logged. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
Prints a message at ASSERT priority.
tag | Tag for for the log data. Can be used to organize log statements. |
tr | If an exception was thrown, this can be sent along for the logging facilities to extract and print useful information. |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |