> For the complete documentation index, see [llms.txt](https://cuhhub.gitbook.io/noir/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cuhhub.gitbook.io/noir/api-reference/built-ins/libraries/logging.md).

# Logging

**Noir.Libraries.Logging**: `NoirLibrary`

A library providing standard logging functionality.

***

```lua
Noir.Libraries.Logging:CreateLogger(name)
```

Creates a logger.

### Parameters

* `name`: string

### Returns

* `NoirLogger`
