Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Info
Method
Info
entry.go:323–325 ·
view source on GitHub ↗
(args ...interface{})
Source
from the content-addressed store, hash-verified
321
}
322
323
func
(entry *Entry) Info(args ...
interface
{}) {
324
entry.Log(InfoLevel, args...)
325
}
326
327
func
(entry *Entry) Warn(args ...
interface
{}) {
328
entry.Log(WarnLevel, args...)
Callers
4
TestEntryHooksPanic
Function · 0.95
TestEntryReportCallerRace
Function · 0.95
TestEntryFormatterRace
Function · 0.95
Print
Method · 0.95
Calls
1
Log
Method · 0.95
Tested by
3
TestEntryHooksPanic
Function · 0.76
TestEntryReportCallerRace
Function · 0.76
TestEntryFormatterRace
Function · 0.76