Package com.google.apphosting.runtime
Class Logging
- java.lang.Object
-
- com.google.apphosting.runtime.Logging
-
public final class Logging extends Object
Configures logging for the GAE Java Runtime.
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapplyLogProperties(String userLogConfigFilePath, ClassLoader appClassLoader)voidlogJsonToFile(String projectId, Path logPath, boolean clearLogHandlers)
-
-
-
Method Detail
-
applyLogProperties
public void applyLogProperties(String userLogConfigFilePath, ClassLoader appClassLoader)
-
-