<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@contract-case/case-boundary](./case-boundary.md) &gt; [ConfigLogLevelConstants](./case-boundary.configloglevelconstants.md)

## ConfigLogLevelConstants class

Convenience class to hold the values for LogLevel so that DSL layers don't need to know the actual value

**Signature:**

```typescript
export declare class ConfigLogLevelConstants
```

## Properties

| Property                                                                                  | Modifiers                                              | Type           | Description                                                                                            |
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------ | -------------- | ------------------------------------------------------------------------------------------------------ |
| [DEBUG](./case-boundary.configloglevelconstants.debug.md)                                 | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Log information to help users find out what is happening during their tests (and warnings, and errors) |
| [DEEP_MAINTAINER_DEBUG](./case-boundary.configloglevelconstants.deep_maintainer_debug.md) | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Log detailed debugging information for ContractCase maintainers (and debug, warn and errors)           |
| [ERROR](./case-boundary.configloglevelconstants.error.md)                                 | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Log when something has gone wrong during the execution of the test framework                           |
| [MAINTAINER_DEBUG](./case-boundary.configloglevelconstants.maintainer_debug.md)           | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Log debugging information for ContractCase maintainers (and debug, warn and errors)                    |
| [NONE](./case-boundary.configloglevelconstants.none.md)                                   | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Print no logs (note, results may still be printed - see <code>printResults</code>)                     |
| [WARN](./case-boundary.configloglevelconstants.warn.md)                                   | <p><code>static</code></p><p><code>readonly</code></p> | (not declared) | Log when it seems likely that there is a misconfiguration, or an error                                 |
