LogSeverity

com.google.logging.type.log_severity.LogSeverity$
See theLogSeverity companion class
object LogSeverity extends GeneratedEnumCompanion[LogSeverity]

Attributes

Companion:
class
Source:
LogSeverity.scala
Graph
Supertypes
trait Sum
trait Mirror
trait GeneratedEnumCompanion[LogSeverity]
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object ALERT extends LogSeverity with Recognized

(700) A person must take an action immediately.

(700) A person must take an action immediately.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
ALERT.type
case object CRITICAL extends LogSeverity with Recognized

(600) Critical events cause more severe problems or outages.

(600) Critical events cause more severe problems or outages.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object DEBUG extends LogSeverity with Recognized

(100) Debug or trace information.

(100) Debug or trace information.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
DEBUG.type
case object DEFAULT extends LogSeverity with Recognized

(0) The log entry has no assigned severity level.

(0) The log entry has no assigned severity level.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
DEFAULT.type
case object EMERGENCY extends LogSeverity with Recognized

(800) One or more systems are unusable.

(800) One or more systems are unusable.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object ERROR extends LogSeverity with Recognized

(500) Error events are likely to cause problems.

(500) Error events are likely to cause problems.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
ERROR.type
case object INFO extends LogSeverity with Recognized

(200) Routine information, such as ongoing status or performance.

(200) Routine information, such as ongoing status or performance.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
INFO.type
case object NOTICE extends LogSeverity with Recognized

(300) Normal but significant events, such as start up, shut down, or a configuration change.

(300) Normal but significant events, such as start up, shut down, or a configuration change.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
NOTICE.type
sealed trait Recognized extends LogSeverity

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object ALERT.type
object CRITICAL.type
object DEBUG.type
object DEFAULT.type
object EMERGENCY.type
object ERROR.type
object INFO.type
object NOTICE.type
object WARNING.type
final case class Unrecognized(unrecognizedValue: Int) extends LogSeverity with UnrecognizedEnum

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait UnrecognizedEnum
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object WARNING extends LogSeverity with Recognized

(400) Warning events might cause problems.

(400) Warning events might cause problems.

Attributes

Source:
LogSeverity.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait GeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
WARNING.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala
type ValueType = A

Attributes

Inherited from:
GeneratedEnumCompanion
Source:
GeneratedMessageCompanion.scala

Value members

Concrete methods

def fromValue(`__value`: Int): LogSeverity

Attributes

Source:
LogSeverity.scala
def javaDescriptor: EnumDescriptor

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Returns the Java descriptors for this enum. It is recommended to use scalaDescriptors. The Java descriptors are available even when Java conversions is disabled, however they are not available in Scala.js or scala-native.

Attributes

Source:
LogSeverity.scala
def scalaDescriptor: EnumDescriptor

Attributes

Source:
LogSeverity.scala

Inherited methods

def fromName(name: String): Option[A]

Attributes

Inherited from:
GeneratedEnumCompanion
Source:
GeneratedMessageCompanion.scala

Concrete fields

Attributes

Source:
LogSeverity.scala

Implicits

Implicits

implicit def enumCompanion: GeneratedEnumCompanion[LogSeverity]

Attributes

Source:
LogSeverity.scala