mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
Small fix to code bloc in Debugging.md
@@ -48,7 +48,7 @@ Debug.Console(0, "Hello {0}", world);
|
||||
// This overload takes an IKeyed as the second parameter and the resulting statement will
|
||||
// print the Key of the device in console to help identify the class instance the message
|
||||
// originated from
|
||||
Debug.Console(0, this, "Hello World);
|
||||
Debug.Console(0, this, "Hello World");
|
||||
// prints: [timestamp]App 1:[deviceKey]Hello World
|
||||
|
||||
// Each of the above overloads has a corresponding variant that takes an argument to indicate
|
||||
|
||||
Reference in New Issue
Block a user