ClanSoft logo
ClanSoft logo

    CL_Assert::info

Syntax

static void info(
        int channel,
        char *text,
        char *file,
        int line);

Parameters

channel-Channel to use.
text-text to print.
file-Name of the file where this was printed from.
line-Line in the file where this was printed from.

Description

Writes an info statements on the specified channel. Don't callthis one directly, instead use the cl_info macro.


Back to index



This page was built using the Perceps documentation system.