Skip to content

Commit 7d37f1d

Browse files
committed
Update README.MD
1 parent 95aa252 commit 7d37f1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ try {
140140
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:
141141

142142
```
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:
144144
[X] ANALYSIS
145145
[ ] AOS_DATA
146146
[X] AUTOMATIC_CLASSIFIER_EDITING
@@ -187,7 +187,7 @@ While [EngineWrapper] is iterating each available license, it will also log the
187187
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:
188188

189189
```
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:
191191
[X] 'Lotus Notes': Found Version 9.0.1
192192
[ ] 'Microsoft Access': Not found
193193
[X] 'Microsoft Word': Found PDF Capable Word

0 commit comments

Comments
 (0)