> For the complete documentation index, see [llms.txt](https://docs.schemajs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.schemajs.com/reference-guides/schemajs-global/print.md).

# print

The `print` method in **SchemaJS** is a static utility function used to output messages to the console. It provides a simple and consistent way to log information or display messages during the execution of queries, table operations, or other database interactions. This method can be useful for debugging, monitoring, or providing feedback to the developer or user.

```typescript
function print(msg: string);
```
