Uses of Enum Class
com.google.appengine.api.log.LogService.LogLevel
Packages that use LogService.LogLevel
Package
Description
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.LogLevelModifier and TypeMethodDescriptionAppLogLine.getLogLevel()
@Nullable LogService.LogLevel
LogQuery.getMinLogLevel()
static LogService.LogLevel
Returns the enum constant of this class with the specified name.static LogService.LogLevel[]
LogService.LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.log with parameters of type LogService.LogLevelModifier and TypeMethodDescriptionLogQuery.minLogLevel
(LogService.LogLevel minLogLevel) Sets the minimum log level.void
AppLogLine.setLogLevel
(LogService.LogLevel logLevel) static LogQuery
LogQuery.Builder.withMinLogLevel
(LogService.LogLevel minLogLevel) Create aLogQuery
with the given minimum log level.