Discord.Net/docs/guides/other_libs/samples/LogDebugSample.cs
2024-06-13 17:43:59 +12:00

1 line
118 B
C#

Log.Debug("Your log message, with {Variables}!", 10); // This will output "[21:51:00 DBG] Your log message, with 10!"