Json Logs
Nobody has claimed this yet.
- Dominant language
- Pascal
- Stars
- 512
- Forks
- 60
- PR merge metrics
- No merged PRs in 30d
Description
Docto is used as part of larger scripts and projects.
Would be useful to get output as json .
Would be possible to simply build json as part of Log call. Each log call could be logged to a json script with a type
docto : [
output: [
{timestamp: now , type: 'info', output : "fileconverted: c:\ etc etc"}
]
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Docto's command-line logging path and reviewing how each log call currently produces output. Define the JSON structure from the requested docto and output fields, including timestamp, type, and output, then verify that log calls can produce the requested JSON output for use by larger scripts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100