waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Added Log Message snippet #240

Closed christianbraeunlich closed 2 years ago

christianbraeunlich commented 2 years ago

This PR attempts to close https://github.com/waldo1001/crs-al-language-extension/issues/236.

I'd also like to point 3 things out here:

  1. Verbosity::${3|Normal,Critical,Error,Verbose,Warning|}
  2. DataClassification::${4|SystemMetadata,AccountData,CustomerContent,EndUserIdentifiableInformation,EndUserPseudonymousIdentifiers,OrganizationIdentifiableInformation,ToBeClassified|}
  3. TelemetryScope::${5|ExtensionPublisher,All|}

The order has been customized in a way that they now start with Normal, SystemMetadata and ExtensionPublisher. This depends on the scenario - so... shall we put it out there as it is and let the users test it? wdyt