[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Log](./puppeteer.protocol.log.md) > [LogEntrySource](./puppeteer.protocol.log.logentrysource.md)
## Protocol.Log.LogEntrySource enum
Signature:
```typescript
export const enum LogEntrySource
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Appcache | 'appcache'
| |
| Deprecation | 'deprecation'
| |
| Intervention | 'intervention'
| |
| Javascript | 'javascript'
| |
| Network | 'network'
| |
| Other | 'other'
| |
| Recommendation | 'recommendation'
| |
| Rendering | 'rendering'
| |
| Security | 'security'
| |
| Storage | 'storage'
| |
| Violation | 'violation'
| |
| Worker | 'worker'
| |
| XML | 'xml'
| |