Skip to content

Creates unique Log Ids for c# Projects

License

Notifications You must be signed in to change notification settings

emulic/test-logidcreate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logidcreate

Creates unique Log Ids for c# Projects

  1. Use import command to generate *EventId.cs files in all projects of the targeted solution
  2. Adapt the GlobalEventId.cs files with the desired base EventIds for each project.
  3. Use createid command to analyze logging method invocations and to create/update EventIds in *EventId.cs for each logger invocation. This will also change every line of the code invoking affected logger methods to use the constants from *EventId.cs files. TODO:

About

Creates unique Log Ids for c# Projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%