Logs the specified message at the debug 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 public static void LogDebug(
string format,
params Object[] args
)
Parameters
- format
- Type: SystemString
The format of the message. - args
- Type: SystemObject
The arguments of the message.
See Also