mirror of
https://github.com/taigrr/wails.git
synced 2026-04-02 05:08:54 -07:00
Fix number of methods in Log
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div>
|
||||
<h4>Logging</h4>
|
||||
|
||||
Logging is part of the Wails Runtime and is accessed through the <code>runtime.Log</code> object. There are 5 methods available:
|
||||
Logging is part of the Wails Runtime and is accessed through the <code>runtime.Log</code> object. There are {options.length} methods available:
|
||||
|
||||
<ul class="list">
|
||||
{#each options as option}
|
||||
|
||||
Reference in New Issue
Block a user