Skip to content

Commit

Permalink
Correct typo in log level description (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerwins authored Jul 25, 2024
1 parent 95c4244 commit ccf7102
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/js-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -540,12 +540,12 @@ The available log levels for `setLogLevel` are:

| LogLevel | Description |
|----------|---------------------------------|
| `LogLevel.Trivial` | Lowest level of verbosity |
| `LogLevel.Debug` | Debugging information |
| `LogLevel.Info` | General information |
| `LogLevel.Warn` | Warnings and potential issues |
| `LogLevel.Error` | Errors and unexpected behavior |
| `LogLevel.Fatal` | Critical errors, may lead to termination |
| `LogLevel.Trivial` | Most verbose level, displays all logs |
| `LogLevel.Debug` | Detailed information for debugging |
| `LogLevel.Info` | General information |
| `LogLevel.Warn` | Warnings and potential issues |
| `LogLevel.Error` | Errors and unexpected behavior |
| `LogLevel.Fatal` | Critical errors, may lead to termination |

Adjust the log level for flexible control over log verbosity in your application.

Expand Down

0 comments on commit ccf7102

Please sign in to comment.