Review README files and comment style
This commit is contained in:
parent
8c22e68c2a
commit
5e2b5aef34
5 changed files with 35 additions and 35 deletions
|
|
@ -80,7 +80,7 @@ public unsafe partial class CustomLogging : IExample
|
|||
{
|
||||
#if !BROWSER
|
||||
// Restore the default formatting logger on desktop. On WebAssembly we leave the (wasm-safe)
|
||||
// custom logger in place — Logging.LogConsole formats via vsprintf, which traps on wasm.
|
||||
// custom logger in place - Logging.LogConsole formats via vsprintf, which traps on wasm.
|
||||
SetTraceLogCallback(&Logging.LogConsole);
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue