The highest tagged major version is
v2 .
Discover Packages
github.com/gogf/gf
third
golang.org
x
sys
windows
svc
debug
package
Version:
v1.6.16
Opens a new window with list of versions in this module.
Published: Jun 4, 2019
License: MIT, BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Rendered for windows/amd64
Package debug provides facilities to execute svc.Handler on console.
Run executes service name by calling appropriate handler function.
The process is running on console, unlike real service. Use Ctrl+C to
send "Stop" command to your service.
type ConsoleLog struct {
Name string
}
ConsoleLog provides access to the console.
New creates new ConsoleLog.
Close closes console log l.
Error writes an error event msg with event id eid to the console l.
Info writes an information event msg with event id eid to the console l.
Warning writes an warning event msg with event id eid to the console l.
Log interface allows different log implementations to be used.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.