Discord.Net/docs/guides/other_libs/samples/LogDebugSample.cs

2 lines
118 B
C#
Raw Normal View History

2024-06-12 22:43:59 -07:00
Log.Debug("Your log message, with {Variables}!", 10); // This will output "[21:51:00 DBG] Your log message, with 10!"