PrismaLogLevel enum
Log level
Values
- info → const PrismaLogLevel
-
Log level for info messages
- warn → const PrismaLogLevel
-
Log level for warning messages
- error → const PrismaLogLevel
-
Log level for error messages
- query → const PrismaLogLevel
-
Log level for query messages
Properties
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<
PrismaLogLevel> - A constant List of the values in this enum, in order of their declaration.