Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ New
Function
New
package/log/console/console.go:55–57 ·
view source on GitHub ↗
New console handler
(w io.Writer)
Source
from the content-addressed store, hash-verified
53
54
// New console handler
55
func
New(w io.Writer) log.Handler {
56
return
&console{w: w}
57
}
58
59
// console logger
60
type
console
struct
{
Callers
5
Logger
Function · 0.92
TestConsole
Function · 0.92
New
Function · 0.92
loadLog
Method · 0.92
console.go
File · 0.70
Calls
no outgoing calls
Tested by
1
TestConsole
Function · 0.74