> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Diagnostics ChangeLogSettingsRequest

# <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest" /> Class Diagnostics\_ChangeLogSettingsRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Diagnostics_ChangeLogSettingsRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Diagnostics\_ChangeLogSettingsRequest](SuperOffice.WebApi.Data.Diagnostics_ChangeLogSettingsRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest__ctor" /> Diagnostics\_ChangeLogSettingsRequest()

```csharp theme={null}
public Diagnostics_ChangeLogSettingsRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogFailureAudit" /> LogFailureAudit

```csharp theme={null}
public bool LogFailureAudit { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogInformation" /> LogInformation

```csharp theme={null}
public bool LogInformation { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogSuccessAudit" /> LogSuccessAudit

```csharp theme={null}
public bool LogSuccessAudit { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogToEventLog" /> LogToEventLog

```csharp theme={null}
public bool LogToEventLog { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogToFile" /> LogToFile

```csharp theme={null}
public bool LogToFile { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogToSuperOffice" /> LogToSuperOffice

```csharp theme={null}
public bool LogToSuperOffice { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogToTrace" /> LogToTrace

```csharp theme={null}
public bool LogToTrace { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="SuperOffice_WebApi_Data_Diagnostics_ChangeLogSettingsRequest_LogWarning" /> LogWarning

```csharp theme={null}
public bool LogWarning { get; set; }
```

#### Property Value

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)


## Related topics

- [SuperOffice.WebApi.Agents.DiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DiagnosticsAgent.md)
- [SuperOffice.WebApi.Agents.IDiagnosticsAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDiagnosticsAgent.md)
- [SuperOffice.WebApi.Data.Diagnostics LogViewStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_LogViewStateRequest.md)
- [SuperOffice.WebApi.Data.Logging](/en/api/reference/webapi/SuperOffice.WebApi.Data.Logging.md)
- [SuperOffice.WebApi.Data.Diagnostics CollectDataAdditionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_CollectDataAdditionsRequest.md)
- [SuperOffice.WebApi.Data.Diagnostics GetAnalyticsDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Diagnostics_GetAnalyticsDataRequest.md)
