You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ try {
140
140
While [EngineWrapper] is iterating each available license, it will also log the feature set available in each license using [LicenseFeatureLogger.logFeaturesOfLicense(license)](https://nuix.github.io/Nuix-Java-Engine-Baseline/com/nuix/javaenginesimple/LicenseFeaturesLogger.html#logFeaturesOfLicense-nuix.LicenceProperties-). An example of what this looks like in the logs:
141
141
142
142
```
143
-
2020-04-08 11:35:30 INFO LicenseFeatures:logFeaturesOfLicense():83 - License Features:
143
+
2022-02-04 11:35:30 INFO LicenseFeatures:logFeaturesOfLicense():83 - License Features:
144
144
[X] ANALYSIS
145
145
[ ] AOS_DATA
146
146
[X] AUTOMATIC_CLASSIFIER_EDITING
@@ -187,7 +187,7 @@ While [EngineWrapper] is iterating each available license, it will also log the
187
187
Once a license has been obtained by [EngineWrapper] and a `Utilities` object has been obtained from the now licensed `Engine` instance, this class logs third party dependency information via a call to [ThirdPartyDependencyChecker.logAllDependencyInfo(Utilities)](https://nuix.github.io/Nuix-Java-Engine-Baseline/com/nuix/javaenginesimple/ThirdPartyDependencyChecker.html#logAllDependencyInfo-nuix.Utilities-). The output of which looks like this:
188
188
189
189
```
190
-
2020-04-08 11:35:45 INFO ThirdPartyDependencyChecker:logAllDependencyInfo():38 - Reviewing third party dependency statuses:
190
+
2022-02-04 11:35:45 INFO ThirdPartyDependencyChecker:logAllDependencyInfo():38 - Reviewing third party dependency statuses:
0 commit comments