---
title: "clearLog"
canonical: "https://help.vicon.com/space/Shogun19/13795830/clearLog"
format: markdown
---
# Description

Clears the command Log window.

## Functional area

System

# Command syntax

## Syntax

|  |
| --- |
| `clearLog` |

### Arguments

None

### Flags

None

## Return value

void

## Examples

```plaintext
// Clear the command log window so the print statements we
// execute below will be the only things showing in the 
// command log window.
clearLog;
print "Hello world";
print "Good-bye world";
```

# Additional information

## Related commands

- [listCommands](https://vicon-help.atlassian.net/wiki/spaces/Shogun19/pages/13796330)