# LogLevel

Represent the severity and importance of any particular log message.

- `info`
  
  Information that may be helpful, but isn’t essential, for troubleshooting errors

#### Declaration

- `debug`
  
  Verbose information that may be useful during development or while troubleshooting a specific problem

#### Declaration

- `error`
  
  Designates error events that might still allow the application to continue running

#### Declaration
