[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::ExtremelyVerbose].
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 LogExtremelyVerboseDebug( string text )
Parameters
- text
- Type: SystemString
The text to log.
Remarks
See Also