What does ERi/LOGR do?
ERi/LOGR provides an API for applications to log events to the z/OS System Logger, even if those applications are not authorized to directly access the logger. It also includes tools to view and access those logs.
Is this a system, application, or tool?
ERi/LOGR is primarily a tool set, providing APIs and utilities for application logging and log access. It acts as middleware between applications and the z/OS System Logger.
What types of organizations use this?
Organizations that need to ensure comprehensive logging of application events on z/OS, especially when some applications lack direct authorization to the System Logger, benefit from ERi/LOGR.
When should we consider ERi/LOGR?
Consider ERi/LOGR when you need a centralized and secure way to manage application logs on z/OS, particularly when dealing with applications that have varying levels of authorization.
What are the alternatives to ERi/LOGR?
Alternatives include native z/OS logging facilities, other SMF data collection tools, or custom-built logging solutions. However, ERi/LOGR provides a specific API and access control layer.