
# PutApiRainbowLogsLevels

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**console** | [**ConsoleEnum**](#ConsoleEnum) | Level to set for &lt;strong&gt;console&lt;/strong&gt; transport |  [optional]
**file** | [**FileEnum**](#FileEnum) | Level to set for &lt;strong&gt;file&lt;/strong&gt; transport |  [optional]
**syslog** | [**SyslogEnum**](#SyslogEnum) | Level to set for &lt;strong&gt;syslog&lt;/strong&gt; transport |  [optional]


<a name="ConsoleEnum"></a>
## Enum: ConsoleEnum
Name | Value
---- | -----
DEBUG | &quot;debug&quot;
INFO | &quot;info&quot;
WARN | &quot;warn&quot;
ERROR | &quot;error&quot;


<a name="FileEnum"></a>
## Enum: FileEnum
Name | Value
---- | -----
DEBUG | &quot;debug&quot;
INFO | &quot;info&quot;
WARN | &quot;warn&quot;
ERROR | &quot;error&quot;


<a name="SyslogEnum"></a>
## Enum: SyslogEnum
Name | Value
---- | -----
DEBUG | &quot;debug&quot;
INFO | &quot;info&quot;
WARNING | &quot;warning&quot;
ERROR | &quot;error&quot;



