{"id":20914778,"url":"https://github.com/anayarojo/qualisys-log","last_synced_at":"2026-04-30T07:36:23.549Z","repository":{"id":96111678,"uuid":"122513038","full_name":"anayarojo/qualisys-log","owner":"anayarojo","description":"Utilería para escribir logs","archived":false,"fork":false,"pushed_at":"2018-05-24T16:48:41.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-17T18:05:55.688Z","etag":null,"topics":["csharp","nuget-package","testing"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/QualisysLog/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anayarojo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-22T17:41:42.000Z","updated_at":"2020-05-22T21:35:25.000Z","dependencies_parsed_at":"2023-04-30T19:16:30.535Z","dependency_job_id":null,"html_url":"https://github.com/anayarojo/qualisys-log","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/anayarojo/qualisys-log","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fqualisys-log","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fqualisys-log/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fqualisys-log/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fqualisys-log/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anayarojo","download_url":"https://codeload.github.com/anayarojo/qualisys-log/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anayarojo%2Fqualisys-log/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261011842,"owners_count":23096800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","nuget-package","testing"],"created_at":"2024-11-18T16:10:53.677Z","updated_at":"2026-04-30T07:36:18.489Z","avatar_url":"https://github.com/anayarojo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Qualisys Log\n\n#### Nuget installation:\n\n```\nInstall-Package QualisysLog -Version 1.0.4\n```\n\n#### Configuration:\n\n```xml\n\u003c?xml version=\"1.0\" encoding=\"utf-8\" ?\u003e\n\u003cconfiguration\u003e\n  \u003cappSettings\u003e\n    \u003c!-- LOG --\u003e\n    \u003cadd key=\"ShowConsole\" value=\"false\" /\u003e\n    \u003cadd key=\"SaveEventLog\" value=\"false\" /\u003e\n    \u003cadd key=\"FullLog\" value=\"true\" /\u003e\n    \u003cadd key=\"LogName\" value=\"AplicationLog\" /\u003e\n    \u003cadd key=\"LogPath\" value=\"//Server/Apps/Log\" /\u003e\n  \u003c/appSettings\u003e\n\u003c/configuration\u003e\n```\n\n#### Basic use:\n\n```csharp\nusing System;\nusing QualisysLog;\n\npublic class Program\n{\n\tpublic static void Main()\n\t{\n            QsLog.WriteInfo(\"Para escribir información\");\n            QsLog.WriteSuccess(\"Para escribir proceso exitoso\");\n            QsLog.WriteTracking(\"Para escribir seguimiento de proceso\");\n            QsLog.WriteProcess(\"Para escribir proceso\");\n            QsLog.WriteWarning(\"Para escribir advertencia\");\n            QsLog.WriteError(\"Para escribir error\");\n            QsLog.WriteException(\"Para escribir excepción\");\n\t}\n}\n```\n\nSee more\n\n[Nuget package page](https://www.nuget.org/packages/QualisysLog/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanayarojo%2Fqualisys-log","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanayarojo%2Fqualisys-log","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanayarojo%2Fqualisys-log/lists"}