Documentation
¶
Index ¶
- func Debug(format string, v ...interface{})
- func Error(format string, v ...interface{})
- func Fatal(format string, v ...interface{})
- func GetLogger() *zerolog.Logger
- func Info(format string, v ...interface{})
- func Initialize(level int, output io.Writer)
- func SetStdioMode(enabled bool)
- func Warn(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Initialize ¶
Initialize initializes the global logger with the specified log level and output writer
func SetStdioMode ¶
func SetStdioMode(enabled bool)
SetStdioMode enables or disables stdio mode In stdio mode, all logs are suppressed to avoid interfering with MCP protocol
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.