X-Git-Url: https://git.tokkee.org/?p=sysdb%2Fgo.git;a=blobdiff_plain;f=sysdb%2Fcore.go;h=edf032c3e3654a826a5800f01a48846e337dd516;hp=bde270373a013a867104b47814da807ab9c96670;hb=8aa0c769b5124f4a0f59fa0b05ecdd096fbab16e;hpb=15011d43805f06c397a279ad4450c8c6389afa30 diff --git a/sysdb/core.go b/sysdb/core.go index bde2703..edf032c 100644 --- a/sysdb/core.go +++ b/sysdb/core.go @@ -29,8 +29,8 @@ package sysdb // The LogPriority describes the priority of a log message. type LogPriority int +// Log priorities supported by SysDB. const ( - // Log priorities supported by SysDB. LogEmerg = LogPriority(0) LogErr = LogPriority(3) LogWarning = LogPriority(4)