# Fancy-Logger

The `Fancy-Logger` option enables a stylish logger for CommandPrompter.

#### Usage

You can configure the `Fancy-Logger` by editing the "config.yml" file as follows:

```yaml
# Enable fancy logger
# Do /commandprompter reload to
# apply the change
Fancy-Logger: true
```

In this example, the fancy logger is enabled (`true`).

#### Explanation

Enabling the `Fancy-Logger` option allows CommandPrompter to utilize a visually enhanced logger for displaying information. The fancy logger provides a more appealing and user-friendly interface for logging activities related to CommandPrompter.

#### Example

To disable the fancy logger, use the following configuration:

```yaml
Fancy-Logger: false
```

This will deactivate the fancy logger for CommandPrompter.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cyr1en.gitbook.io/commandprompter/configuration/command-prompter-configuration/fancy-logger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
