Skip to content

Commit

Permalink
one more doc
Browse files Browse the repository at this point in the history
  • Loading branch information
popestr committed Jul 1, 2024
1 parent 9315ae9 commit c9f342a
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@yext/chat-core-aws-connect](./chat-core-aws-connect.md) &gt; [LogLevel](./chat-core-aws-connect.loglevel.md)

## LogLevel type

The log level for the logger.

**Signature:**

```typescript
export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR" | "ADVANCED_LOG";
```

## Remarks

Only DEBUG, INFO, WARN, ERROR, ADVANCED\_LOG are supported. Setting only applies while the AWS Connect chat session is active.

0 comments on commit c9f342a

Please sign in to comment.