com.google.appengine.api.log
Class LogServiceFactory
- java.lang.Object
-
- com.google.appengine.api.log.LogServiceFactory
-
public final class LogServiceFactory extends java.lang.Object
CreatesLogService
implementations.
-
-
Constructor Summary
Constructors Constructor and Description LogServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static LogService
getLogService()
Creates aLogService
.
-
-
-
Method Detail
-
getLogService
public static LogService getLogService()
Creates aLogService
.
-
-