Class TLogManager
- java.lang.Object
-
- org.teavm.classlib.java.util.logging.TLogManager
-
public class TLogManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TLogManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TLogManagergetLogManager()voidreadConfiguration(java.io.InputStream stream)
-
-
-
Method Detail
-
readConfiguration
public void readConfiguration(java.io.InputStream stream)
-
getLogManager
public static TLogManager getLogManager()
-
-