MCPcopy
hub / github.com/shadow1ng/fscan / Error

Function Error

mylib/grdp/glog/log.go:112–120  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

110 }
111}
112func Error(v ...interface{}) {
113 checkLogger()
114 if level <= ERROR {
115 mu.Lock()
116 defer mu.Unlock()
117 logger.SetPrefix("[ERROR]")
118 logger.Output(2, fmt.Sprintln(v...))
119 }
120}
121func Errorf(f string, v ...interface{}) {
122 checkLogger()
123 if level <= ERROR {

Callers 15

EncodeDERTRequestFunction · 0.92
EncodeDERTCredentialsFunction · 0.92
recvConnectResponseMethod · 0.92
recvDataMethod · 0.92
UnpackMethod · 0.92
recvConnectionConfirmMethod · 0.92
recvDemandActivePDUMethod · 0.92

Calls 1

checkLoggerFunction · 0.85

Tested by

no test coverage detected