Home | All Classes | Grouped Classes | Index | Search

CL_Assert::info

Writes an info statements on the specified channel.

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

Parameters:

channel
Channel to use. (Use the ErrorChannels enum's)
text
text to print.
file
Name of the file where this was printed from.
line
Line in the file where this was printed from.

Detailed description:

Don't callthis one directly, instead use the cl_info macro. For example: cl_info(info_network, "MyClass::my_funx - Hello World.");

See also:

CL_Assert



Questions or comments, write to the ClanLib mailing list.