SetLevel¶
The properties defined in Action are also applicable to this action.
SetLevel Properties¶
Property | Type | Required |
---|---|---|
Level | enum |
Required |
_Type | const |
Required |
Level¶
- type:
enum
The value of this property must be equal to one of the known values below.
Level Known Values¶
Value | Description |
---|---|
Debug |
|
Error |
|
Info |
|
Off |
|
Warn |
_Type¶
- type:
const
The value of this property must be equal to:
"Action.Type.Logger.SetLevel"
Action Result¶
This action does not have an ActionResult.
Examples¶
{
"_Type": "Action.Type.Logger.SetLevel",
"Level": "Debug"
}