Documentation ¶
Overview ¶
Package snmplog provides a GoSNMP logger that wraps our logger.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SNMPLogger ¶
type SNMPLogger struct { gosnmp.LoggerInterface // contains filtered or unexported fields }
SNMPLogger is a GoSNMP logger interface implementation.
func (*SNMPLogger) Print ¶
func (logger *SNMPLogger) Print(v ...interface{})
Print implements gosnmp.LoggerInterface#Print
func (*SNMPLogger) Printf ¶
func (logger *SNMPLogger) Printf(format string, v ...interface{})
Printf implements gosnmp.LoggerInterface#Printf
Click to show internal directories.
Click to hide internal directories.