Skip to content

A useful Dynamics AX extension which enables developer to log different errors and outputs very easily.

License

Notifications You must be signed in to change notification settings

drakhshaniaram/PowerLogger

Repository files navigation

PowerLogger

Dynamics AX extention which enables developer to log different errors and outputs very easly in three mediums: Database, Files system, EvenetViewer.

Features

  • Memory efficient: by using of Singleton design pattern
  • Extensible: by using of X++ Interfaces
  • Easy usability: by using of method chaining technique
  • Isolated transactioal scope: by using a parallel transcation that does not affect the on going transaction

Sample job for using the facility

static void TEST_PowerLogger(Args _args)
{
    PowerLogger::instance().LogOnDB().write("Sample error text.", funcName(), 0, "My sample title");
}

About

A useful Dynamics AX extension which enables developer to log different errors and outputs very easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages