Skip to content

log function

Nathanaël Cherrier (CI) edited this page Aug 26, 2019 · 1 revision

LogFunction (function)

type LogFunction = (message: string) => void

Description

Represent a function which can log messages.

Parameters

  • message: The text that will be displayed

Returns

This function returns nothing.

Clone this wiki locally