Info
Version: | 1.0.9 |
Author(s): | onesr |
Last Update: | Monday, July 6, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/LogBaseDatosSQLite |
Install
Install-Package LogBaseDatosSQLite
dotnet add package LogBaseDatosSQLite
paket add LogBaseDatosSQLite
LogBaseDatosSQLite Download (Unzip the "nupkg" after downloading)
Dependencies
- SQLiteDatabaseForUiPath(>= 1.0.17)
- UiPath.System.Activities(>= 20.4.0)
Tags
cotains four levels. The structure of table is:
CREATE TABLE "TableName" (
"Fecha" TEXT,
"Nivel" TEXT,
"Proceso" TEXT,
"Maquina" TEXT,
"Mensaje" TEXT
);.