> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Log

Use this action to create a new log in Coralogix. Note: In order to use this action, the "Send Your Data" connection field must be defined.

## Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                |
  | ---------------- | -------------------------------------------------------------------------------------------------------------------------- |
  | Application Name | A unique name for the application from which the log originates, usually used to separate environments.                    |
  | Category         | Category of log.                                                                                                           |
  | Class Name       | Class from which the log originated.                                                                                       |
  | Computer Name    | A unique name for the unit within the subsystem from which the log originates, usually used to specify specific machines.  |
  | Method Name      | Method from which the log originate.                                                                                       |
  | Severity         | Alert severity. 1 – Debug, 2 – Verbose, 3 – Info, 4 – Warn, 5 – Error, 6 – Critical.                                       |
  | Subsystem Name   | A unique name for the subsystem within the application from which the log originates, usually used to separate components. |
  | Text             | The log's textual content.                                                                                                 |
  | Thread ID        | ID of thread from which the log originated.                                                                                |
  | Timestamp        | Time of log.                                                                                                               |
</div>

## Example Output

```json theme={"dark"}
OK
```

## Workflow Library Example

[Create Log with Coralogix and Send Results Via Email](https://library.blinkops.com/workflows/create-log-with-coralogix-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-log-with-coralogix-and-send-results-via-email/canvas" />
</div>
