> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum LogSeverity

> Severity attached to a mark that may be projected as an OpenTelemetry log.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker`.

```rust
pub enum LogSeverity {
    Trace,
    Debug,
    Info,
    Warn,
    Error,
}
```

Severity attached to a mark that may be projected as an OpenTelemetry log.

## Variants

### `Trace`

<pre />

Fine-grained tracing information.

### `Debug`

<pre />

Diagnostic information useful during development.

### `Info`

<pre />

Normal informational event.

### `Warn`

<pre />

Potential problem that did not prevent the operation from continuing.

### `Error`

<pre />

Failure or error condition.

## Implementations

### `impl LogSeverity`

<pre />

#### `as_str`

<pre />

Return the canonical lowercase wire value.

## Trait Implementations

### `impl Clone for LogSeverity`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for LogSeverity`

<pre />

#### `fmt`

<pre />

### `impl Default for LogSeverity`

<pre />

#### `default`

<pre />

### `impl<'de> Deserialize<'de> for LogSeverity`

<pre />

#### `deserialize`

<pre />

### `impl Display for LogSeverity`

<pre />

#### `fmt`

<pre />

### `impl FromStr for LogSeverity`

<pre />

#### `Err`

<pre />

#### `from_str`

<pre />

### `impl Hash for LogSeverity`

<pre />

#### `hash`

<pre />

#### `hash_slice`

<pre />

### `impl Ord for LogSeverity`

<pre />

#### `cmp`

<pre />

#### `max`

<pre />

#### `min`

<pre />

#### `clamp`

<pre />

### `impl PartialEq for LogSeverity`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl PartialOrd for LogSeverity`

<pre />

#### `partial_cmp`

<pre />

#### `lt`

<pre />

#### `le`

<pre />

#### `gt`

<pre />

#### `ge`

<pre />

### `impl Serialize for LogSeverity`

<pre />

#### `serialize`

<pre />

### `impl Copy for LogSeverity`

<pre />

### `impl Eq for LogSeverity`

<pre />

### `impl StructuralPartialEq for LogSeverity`

<pre />