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

***

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

# Function: log()

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

Logs the given message to the console

## Parameters

• **message?**: `any`

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

## Returns

`void`

## Defined in

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