get_log

The get_log method returns a LuaLog object that you can use to write log messages to a specified log type.

Syntax

get_log( type )

Arguments

Argument Description
type (string) The log type.

Returns

(LuaLog). A LuaLog object.