MCPcopy
hub / github.com/lcvvvv/kscan / Error

Function Error

lib/grdp/glog/log.go:90–98  ·  view source on GitHub ↗
(v ...interface{})

Source from the content-addressed store, hash-verified

88}
89
90func Error(v ...interface{}) {
91 checkLogger()
92 if level <= ERROR {
93 mu.Lock()
94 defer mu.Unlock()
95 logger.SetPrefix("[ERROR]")
96 logger.Output(2, fmt.Sprintln(v...))
97 }
98}
99func Errorf(f string, v ...interface{}) {
100 checkLogger()
101 if level <= ERROR {

Callers 15

loginForSSLMethod · 0.92
loginForRDPMethod · 0.92
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