NearbyServiceLogLevel enum

Determines what level of logging the plugin will use.

  • debug - Display all logs, including debugging operations logs.
  • info - Display information logs and errors.
  • error - Display only errors.
  • disabled - Do not display any logs.
Inheritance

Constructors

NearbyServiceLogLevel()
const

Values

debug → const NearbyServiceLogLevel
info → const NearbyServiceLogLevel
error → const NearbyServiceLogLevel
disabled → const NearbyServiceLogLevel

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<NearbyServiceLogLevel>
A constant List of the values in this enum, in order of their declaration.