Leave private components alone - SchwarzIT/sap-usi-logging-api GitHub Wiki

Some components of this API are considered "public", while others are considered "private".

  • public components are safe-to-use and will remain stable in subsequent releases
  • private components might change anytime without further notice and therefore MUST NOT be used

If you are using the API as intended and described in this documentation, you should never get in contact with anything, that is considered private. The central factory and the main interfaces are public and everything, that is used by these objects is public as well.

It only gets dangerous, when you explore the package strucutre yourself and start to use "random" things.