Package ch.qos.logback.classic.spi
Class PlatformInfo
- java.lang.Object
-
- ch.qos.logback.classic.spi.PlatformInfo
-
public class PlatformInfo extends java.lang.Object
This class provides information about the runtime platform.
-
-
Field Summary
Fields Modifier and Type Field Description private static int
hasJMXObjectName
private static int
UNINITIALIZED
-
Constructor Summary
Constructors Constructor Description PlatformInfo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
hasJMXObjectName()
-
-
-
Field Detail
-
UNINITIALIZED
private static final int UNINITIALIZED
- See Also:
- Constant Field Values
-
hasJMXObjectName
private static int hasJMXObjectName
-
-