OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogManager
(Results
1 - 11
of
11
) sorted by null
/libcore/luni/src/main/java/java/util/logging/
LogManager.java
35
* {@code
LogManager
} is used to maintain configuration properties of the
39
* There is only one global {@code
LogManager
} instance in the
44
* The {@code
LogManager
} class can be specified by
46
* invalid, the default class {@link java.util.logging.
LogManager
} will
49
* On initialization, {@code
LogManager
} reads its configuration from a
54
* configuration process of {@code
LogManager
}.
66
* {@code
LogManager
} initialization, so that this object's default
68
* {@code
LogManager
}.
73
* properties file. The {@code
LogManager
} will read initial
77
* during these two properties using, the {@code
LogManager
} will rea
[
all
...]
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java
32
import java.util.logging.
LogManager
;
51
LogManager
mockManager;
53
LogManager
manager =
LogManager
.getLogManager();
174
// whenever a logger is added to a
LogManager
, hierarchy will be updated
190
// but for non-mock
LogManager
, foo's parent should be root
195
// if we add one logger to two
LogManager
, parent will changed
296
// add root to mock
logmanager
and it works as "root" logger
309
// try to add root logger to non-mock
LogManager
, no effect
315
// mock
LogManager
has no default logge
[
all
...]
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 4088 milliseconds