LoggingConfiguration class
The LoggingConfiguration
data type is used to set CloudWatch
Logs options.
Constructors
-
LoggingConfiguration({List<
LogDestination> ? destinations, bool? includeExecutionData, LogLevel? level}) -
LoggingConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
destinations
→ List<
LogDestination> ? -
An array of objects that describes where your execution history events will
be logged. Limited to size 1. Required, if your log level is not set to
OFF
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- includeExecutionData → bool?
-
Determines whether execution data is included in your log. When set to
false
, data is excluded.final - level → LogLevel?
-
Defines which category of execution history events are logged.
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited