> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/utilities/logger/create.md).

# Create

Creates a log message. Call `LT.Logger.Init()` first.

{% hint style="info" %}
**Side:** Server · **Category:** Logger · **API:** `LT.Logger.Create`
{% endhint %}

## Example

```lua
LT.Logger.Create('Player connected', 'info')
```

## Parameters

| Name      | Required | Description                      |
| --------- | -------- | -------------------------------- |
| `message` | Yes      | The message to log               |
| `status`  | No       | `'info'`, `'warn'`, or `'error'` |
