For reference, the Debug level is defined as const Debug = LogLevel(-1000). Your custom level can then be defined as for example LogLevel(-999) for a higher importance (closer to Info) or e.g. LogLevel(-1001), which is closer to BelowMinLevel. You can then log with that level using @logmsg.