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