clearGlobalLoggingListener static method
void
clearGlobalLoggingListener()
Clears the global LoggingListener.
Implementation
static void clearGlobalLoggingListener() {
_globalListener = null;
}
Clears the global LoggingListener.
static void clearGlobalLoggingListener() {
_globalListener = null;
}