Documentation ¶ Index ¶ Constants type Level Constants ¶ View Source const ( // Level/severity // These are the same on Linux, BSD, and OS X. EMERGENCY syslog.Priority = iota ALERT CRITICAL ERROR WARNING NOTICE INFO DEBUG ) Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Level ¶ type Level = syslog.Priority // severity Source Files ¶ View all Source files levels.go Click to show internal directories. Click to hide internal directories.