> 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 Plugin LogLevel

> Process-log severity for records emitted through the Relay host.

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 PluginLogLevel {
    Error,
    Warn,
    Info,
    Debug,
    Trace,
}
```

Process-log severity for records emitted through the Relay host.

## Variants

### `Error`

<pre />

An error prevented the plugin from completing expected work.

### `Warn`

<pre />

The plugin encountered a recoverable condition.

### `Info`

<pre />

Normal plugin lifecycle information.

### `Debug`

<pre />

Diagnostic information useful while debugging a plugin.

### `Trace`

<pre />

Fine-grained diagnostic information.

## Trait Implementations

### `impl Clone for PluginLogLevel`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PluginLogLevel`

<pre />

#### `fmt`

<pre />

### `impl PartialEq for PluginLogLevel`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Copy for PluginLogLevel`

<pre />

### `impl Eq for PluginLogLevel`

<pre />

### `impl StructuralPartialEq for PluginLogLevel`

<pre />