GameLogTrivial Method

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Logs the specified text to the RAGE Plugin Hook log file, if the current logging verbosity setting is equal to, or greater than [!:LoggingVerbosity::Trivial].

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void LogTrivial(
	string text
)

Parameters

text
Type: SystemString
The text to log.
See Also

Reference