MCPcopy
hub / github.com/moonD4rk/HackBrowserData / String

Method String

log/level.go:27–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25)
26
27func (l Level) String() string {
28 switch l {
29 case DebugLevel:
30 return "DBG"
31 case InfoLevel:
32 return "INF"
33 case WarnLevel:
34 return "WRN"
35 case ErrorLevel:
36 return "ERR"
37 case FatalLevel:
38 return "FTL"
39 default:
40 return "???"
41 }
42}

Callers 15

kindToDumpFunction · 0.45
kindFromDumpFunction · 0.45
sampleEncryptedLoginsFunction · 0.45
extractExtensionsFunction · 0.45
countExtensionsFunction · 0.45
acquireFilesMethod · 0.45
extractPasswordsFunction · 0.45
acquireFilesMethod · 0.45
walkBookmarksFunction · 0.45
walkCountBookmarksFunction · 0.45
acquireFilesMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestLoggerDebugFunction · 0.36
TestLoggerInfoFunction · 0.36
TestLoggerWarnFunction · 0.36
TestLoggerErrorFunction · 0.36
TestLoggerFatalFunction · 0.36
TestLoggerDebugfFunction · 0.36
TestLoggerInfofFunction · 0.36
TestLoggerWarnfFunction · 0.36
TestLoggerErrorfFunction · 0.36
TestLoggerFatalfFunction · 0.36
TestDefaultLevelIsInfoFunction · 0.36