- 2026-04-10 1.1.12 Se corrige tsNotificacionesClient
This commit is contained in:
@@ -71,9 +71,7 @@ Public Class TsNotificacionesClient
|
|||||||
' ============================================================
|
' ============================================================
|
||||||
If EsWindows Then
|
If EsWindows Then
|
||||||
' --- WINDOWS: Event Viewer ---
|
' --- WINDOWS: Event Viewer ---
|
||||||
If Not EventLog.SourceExists(Origen) Then
|
|
||||||
EventLog.CreateEventSource(Origen, Aplicacion)
|
|
||||||
End If
|
|
||||||
|
|
||||||
Dim ele As EventLogEntryType
|
Dim ele As EventLogEntryType
|
||||||
Select Case TipoNotificacion
|
Select Case TipoNotificacion
|
||||||
@@ -85,7 +83,7 @@ Public Class TsNotificacionesClient
|
|||||||
ele = EventLogEntryType.Error
|
ele = EventLogEntryType.Error
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
EventLog.WriteEntry(Origen, $"{titulo} {descripcion}", ele)
|
EventLog.WriteEntry(".NET Runtime", $"{Origen} {Aplicacion} {titulo} {descripcion}", ele, 1000)
|
||||||
|
|
||||||
Else
|
Else
|
||||||
' --- LINUX: ILogger → journald ---
|
' --- LINUX: ILogger → journald ---
|
||||||
|
|||||||
@@ -16,11 +16,12 @@
|
|||||||
<TargetFramework>net8.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<PackageId>tsUtilidades</PackageId>
|
<PackageId>tsUtilidades</PackageId>
|
||||||
<PackageTags>net8.0, libreria</PackageTags>
|
<PackageTags>net8.0, libreria</PackageTags>
|
||||||
<Version>1.1.11</Version>
|
<Version>1.1.12</Version>
|
||||||
<Authors>Manuel</Authors>
|
<Authors>Manuel</Authors>
|
||||||
<Company>Tecnosis S.A</Company>
|
<Company>Tecnosis S.A</Company>
|
||||||
<Description>Utilidades Varias</Description>
|
<Description>Utilidades Varias</Description>
|
||||||
<PackageReleaseNotes>
|
<PackageReleaseNotes>
|
||||||
|
- 2026-04-10 1.1.12 Se corrige tsNotificacionesClient
|
||||||
- 2026-04-28 1.1.11 Se añade log del sistema a tsNotificacionesClient
|
- 2026-04-28 1.1.11 Se añade log del sistema a tsNotificacionesClient
|
||||||
- 2026-04-10 1.1.10 Se corrige tsNotificacionesClient
|
- 2026-04-10 1.1.10 Se corrige tsNotificacionesClient
|
||||||
- 2026-04-10 1.1.9 Se corrige tsNotificacionesClient
|
- 2026-04-10 1.1.9 Se corrige tsNotificacionesClient
|
||||||
|
|||||||
Reference in New Issue
Block a user