Uses of Class
com.google.appengine.api.log.LogService.LogLevel
-
Packages that use LogService.LogLevel Package Description com.google.appengine.api.log Provides access to request logs and application logs. -
-
Uses of LogService.LogLevel in com.google.appengine.api.log
Methods in com.google.appengine.api.log that return LogService.LogLevel Modifier and Type Method Description LogService.LogLevelAppLogLine. getLogLevel()@Nullable LogService.LogLevelLogQuery. getMinLogLevel()static LogService.LogLevelLogService.LogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogService.LogLevel[]LogService.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.log with parameters of type LogService.LogLevel Modifier and Type Method Description LogQueryLogQuery. minLogLevel(LogService.LogLevel minLogLevel)Sets the minimum log level.voidAppLogLine. setLogLevel(LogService.LogLevel logLevel)static LogQueryLogQuery.Builder. withMinLogLevel(LogService.LogLevel minLogLevel)Create aLogQuerywith the given minimum log level.
-