GameLogVeryVerboseDebug 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::VeryVerbose].

When the calling Assembly is not compiled in DEBUG mode, calls to this method will not be compiled.

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

[ConditionalAttribute("DEBUG")]
public static void LogVeryVerboseDebug(
	string text
)

Parameters

text
Type: SystemString
The text to log.
Remarks

See LogTrivialDebug(String) for an example.
See Also

Reference