---
title: "getEventClassName"
canonical: "https://support.appfire.com/space/PSJC/524386310/getEventClassName"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Retrieves a structure containing information about the event class name.

Retrieves a structure containing information about the event class name.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getEventClassName() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**String**

## Example

```javascript
logPrint("ERROR", "Event class name: " + getEventClassName());
```

```javascript
logPrint("ERROR", "Event class name: " + getEventClassName());
```

## See also

> Macro (contentbylabel)