Skip to content

oalt/MDD4All.EnterpriseArchitect.Logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MDD4All.EnterpriseArchitect.Logging

Nuget Package Build

Nlog logging for Sparx Enterprise Architect output window.

Usage

  • Add the nuget package to your Enterprise Architect Plugin code project
  • Initialize the logging provider in the EA_FileOpen event handler. This will write all Nlog logging messages into the Enterprise Architect output window tab with your given name (e.g. My Plugin Name).
using MDD4All.EnterpriseArchitect.Logging;

...

public void EA_FileOpen(EA.Repository repository)
{
     EaPluginNlogConfigurator.InitializePluginLogging(repository, "My Plugin Name");
     
     ...
}

About

Nlog logging for EA output window.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages