https://github.com/cesarparra/yet-another-salesforce-logger
Surfaces server-side (Apex) logging through the browser's console.
https://github.com/cesarparra/yet-another-salesforce-logger
apex logging logging-library lwc platform-events salesforce
Last synced: over 1 year ago
JSON representation
Surfaces server-side (Apex) logging through the browser's console.
- Host: GitHub
- URL: https://github.com/cesarparra/yet-another-salesforce-logger
- Owner: cesarParra
- Created: 2020-05-22T21:56:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T12:17:55.000Z (over 1 year ago)
- Last Synced: 2025-03-14T13:27:49.129Z (over 1 year ago)
- Topics: apex, logging, logging-library, lwc, platform-events, salesforce
- Language: Apex
- Homepage: https://cesarparra.github.io/yet-another-salesforce-logger/
- Size: 3.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yet-another-salesforce-logger
Surfaces server-side (Apex) logging through the browser's console.
## Installation
Yet Another Salesforce Logger (YASL) can be installed as an unlocked package.
### By SFDX
`sfdx force:package:install --package 04t5w000005qooMAAQ`
### By installation URL
Installation URL: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t5w000005qooMAAQ
## Usage
1. On the page you want the debugger to run, use the App Builder to drag in the `Logger Status`
LWC.
2. Add logs to the desired Apex code
3. Use the UI to interact with the code that will eventually call the Apex code
4. See the logs in the browser's console