[**delphirtl**](../README.md) • **Docs**

***

[delphirtl](../globals.md) / error

# Function: error()

> **error**(`message`?, ...`optionalParams`?): `void`

Logs the given message to the console's error

## Parameters

• **message?**: `any`

• ...**optionalParams?**: `any`[]

## Returns

`void`

## Defined in

[src/logutils.ts:30](https://github.com/chuacw/delphirtl/blob/b2d86277a5251f0037cf01044224c3e29dc4c6be/src/logutils.ts#L30)
