Back to FabImage Library website

You are here: Start » Function Reference » System » Configuration » WriteLog

WriteLog


Header: FIL.h
Namespace: fil
Module: FoundationLite

Write log message with selected log level.

Syntax

C++
C#
 
void fil::WriteLog
(
	const ftl::String& inMessage,
	const fil::LogsLevel::Type& inLogLevel
)

Parameters

Name Type Default Description
Input value
inMessage const String&
Input value
inLogLevel const LogsLevel::Type&