• 1Installation
  • 2Loggers
  • 3Log Information
  • 4Configuration
  • 5Logging Appender
  • 6Custom Appender
  • 7Async Logging
  • 8Custom Async Appender

Log.apex

  • Docs
  • Tutorials
Getting started with Log.apex

Installation

Include logging.resource(optional), Log.cls, and LogTest.cls(optional) into your Org, and you are ready to go.

If you want to use Func Package, please include LogPackage.cls. You can check more on R.apex.

Done