MCPcopy Index your code
hub / github.com/GoEdgeLab/EdgeNode / TestServiceManager_Log

Function TestServiceManager_Log

internal/utils/service_test.go:8–12  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

6)
7
8func TestServiceManager_Log(t *testing.T) {
9 manager := NewServiceManager(teaconst.ProductName, teaconst.ProductName+" Server")
10 manager.Log("Hello, World")
11 manager.LogError("Hello, World")
12}

Callers

nothing calls this directly

Calls 3

LogMethod · 0.95
LogErrorMethod · 0.95
NewServiceManagerFunction · 0.85

Tested by

no test coverage detected