Improve and localize fulltext extraction log messages
Updated log messages for fulltext extraction to be clearer and localized in German. Success and failure cases now provide accurate and user-friendly information, replacing previous misleading or English-only messages.
This commit is contained in:
@@ -924,9 +924,9 @@ Public Class frmNIHauptseite
|
|||||||
_Logger.Debug(">> _fulltext initialized.")
|
_Logger.Debug(">> _fulltext initialized.")
|
||||||
fulltext = pMyWMDoc.GetVariableValue(aktivesProfil.Desk_windreamIndex)
|
fulltext = pMyWMDoc.GetVariableValue(aktivesProfil.Desk_windreamIndex)
|
||||||
If Len(fulltext) > 0 Then
|
If Len(fulltext) > 0 Then
|
||||||
_Logger.Info($"{aktivesProfil.Desk_windreamIndex} is empty...")
|
_Logger.Info($"Volltext aus [{aktivesProfil.Desk_windreamIndex}] erfolgreich extrahiert.")
|
||||||
Else
|
Else
|
||||||
_Logger.Info($"## No fulltext from [{aktivesProfil.Desk_windreamIndex}] extracted!")
|
_Logger.Info($"## Kein Volltext aus [{aktivesProfil.Desk_windreamIndex}] extrahiert - versuche 'Manueller Volltext'...")
|
||||||
fulltext = pMyWMDoc.GetVariableValue("Manueller Volltext")
|
fulltext = pMyWMDoc.GetVariableValue("Manueller Volltext")
|
||||||
End If
|
End If
|
||||||
If Len(fulltext) > 0 Then
|
If Len(fulltext) > 0 Then
|
||||||
|
|||||||
Reference in New Issue
Block a user