[@wago/wdx-schema](../README.md) / [Exports](../modules.md) / [WDX](../modules/WDX.md) / [Schema](../modules/WDX.Schema.md) / [Model](../modules/WDX.Schema.Model.md) / [Host](../modules/WDX.Schema.Model.Host.md) / HostLog

# Class: HostLog

[Model](../modules/WDX.Schema.Model.md).[Host](../modules/WDX.Schema.Model.Host.md).HostLog

eDesign Runtime Host Monitor

## Table of contents

### Constructors

- [constructor](WDX.Schema.Model.Host.HostLog.md#constructor)

### Properties

- [message](WDX.Schema.Model.Host.HostLog.md#message)

## Constructors

### constructor

• **new HostLog**(`message`): [`HostLog`](WDX.Schema.Model.Host.HostLog.md)

#### Parameters

| Name | Type |
| :------ | :------ |
| `message` | `string` |

#### Returns

[`HostLog`](WDX.Schema.Model.Host.HostLog.md)

#### Defined in

src/WDX/Schema/Model/Host/index.ts:26

## Properties

### message

• **message**: `string`

#### Defined in

src/WDX/Schema/Model/Host/index.ts:27
