NPRPC docs

enum LogLevel

IDL

enum LogLevel : u32

Verbosity of the runtime's log, from off to trace.

idl/nprpc_base.npidl:49

Cases

critical = 1

Failures the runtime cannot recover from.

idl/nprpc_base.npidl

debug = 5

Diagnostic detail.

idl/nprpc_base.npidl

error = 2

Failed operations, such as a dropped connection.

idl/nprpc_base.npidl

info = 4

Lifecycle events, such as a listener starting or the file watcher invalidating a cached file.

idl/nprpc_base.npidl

off = 0

Nothing is logged.

idl/nprpc_base.npidl

trace = 6

The most verbose level. Per-message tracing in sessions and streams is compiled out by default (NPRPC_ENABLE_SESSION_TRACE and siblings).

idl/nprpc_base.npidl

warn = 3

Unexpected but handled conditions.

idl/nprpc_base.npidl