Logging
Introduction
Apache Hop’s logging architecture is mostly readable from our source code. In the following sections, we provide a general layout and concepts to get familiar with.
HopLogStore
The HopLogStore.getInstance()
is where Channels are able to store and append their logs. HopLogStore is initialized when you run HopEnvironment.init()