Click or drag to resize

CoreLogLogVerbose Method

Logs the specified message at the verbose log level. The log message is removed in non-debug builds.

Namespace:  SampSharp.Core.Logging
Assembly:  SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static void LogVerbose(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
The format of the message.
args
Type: SystemObject
The arguments of the message.
See Also