OpenLog

Provides common error and event logging across all of your IBM Lotus Notes applications

OpenLog

Install

Domino console command to install this app on your server:

tell Genesis install openlog

Install in MyAccount (for Prominic customers only)

A database with script libraries that can be shared with all of your Notes databases, to provide common error and event logging across all of your applications. Works with both LotusScript and Java agents and libraries, and requires only a single function/method call with no parameters (okay, the Java method requires you to pass the Exception object, but that's all).

Logging your errors has never been easier or more efficient

Version: 1.5.0

{
    "title": "OpenLog v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/OpenLog.nsf", "to": "${directory}/OpenLog.nsf"}
        ]
    },
    {
        "title": "--- Step 2. Sign database ---",
        "databases": [
             {
                "action": "update",
                "filePath": "OpenLog.nsf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed OpenLog v${version} (OpenNTF)"]
    }

    ]
}