Enhanced Log
Enhanced Log
Install
Domino console command to install this app on your server:
tell Genesis install enhanced-log
Install in MyAccount (for Prominic customers only)
Source code
If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.
Advanced Logging for Lotus Notes/ Domino. Enhances and extends the NotesLog product object.
This enhanced version incorporates a much richer set of logging capabilities than the Lotus-provided template.
When an Event (Action, Extended Content, or Exception) is logged the information about the event is written to a Log Entry document. One document is created per Programmatic Session. Multiple events are logged (along with a timestamp of the logged event) to the this single document.
Released under the Apache License
Version: 2.7.0
{
"title": "Enhanced Log v${version} (OpenNTF)",
"versionjson": "${versionjson}",
"config":
{
"version": "${version}"
},
"steps": [
{
"title": "--- Step 1. Download file ---",
"files": [
{"from": "${baseurl}/0/${docid}/$FILE/enhlog.ntf", "to": "${directory}/enhlog.ntf"}
]
},
{
"title": "--- Step 2. Create database from templates ---",
"databases": [
{
"action": "create",
"filePath": "enhlog.nsf",
"title": "Enhanced Log ${version}",
"templatePath": "enhlog.ntf",
"sign": true
}
]
},
{
"title": "--- Step 3 (final). Completed ---",
"messages": ["You have installed Enhanced Log v${version}"]
}
]
}