# Log

Logging utilities

## See

Inspect any value by rendering its properties in a code block on the frontend.

```sh
tangible\see($anything);
```

## Log

Log any value to `wp-content/log.txt`.

```sh
tangible\log($anything);
```
