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

# JobProgressLogger

***

# Interface: JobProgressLogger

Defined in: [src/utils/job-progress.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/job-progress.ts)

## Properties

### debug()?

```ts theme={null}
optional debug: (message: string) => void;
```

Defined in: [src/utils/job-progress.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/job-progress.ts)

#### Parameters

##### message

`string`

#### Returns

`void`

***

### info()?

```ts theme={null}
optional info: (message: string) => void;
```

Defined in: [src/utils/job-progress.ts](https://github.com/rungalileo/galileo-js/blob/main/src/utils/job-progress.ts)

#### Parameters

##### message

`string`

#### Returns

`void`
