-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rodrigo
committed
Jan 15, 2021
1 parent
9131bfd
commit b9be591
Showing
1 changed file
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
# advtec-logprofiler-reader | ||
# Leitor de Log Profiler do Totvs-Advtec (Protheus) | ||
|
||
Este repositorio por hora contém apenas os arquivos gerados, a ideia é posteriomente subir os fontes aqui tambem. | ||
|
||
|
||
![Logvazio](https://user-images.githubusercontent.com/4764609/104761405-9d640280-5741-11eb-8134-b8ac47e83c77.png) | ||
|
||
|
||
# Download | ||
Faça o Download da versão conforme seu Sistema Operacional (Sempre pegue a ultima versão). | ||
|
||
[Download](https://github.com/killerall/advtec-logprofiler-reader/releases/tag/3.0.1) | ||
|
||
|
||
Após efetuar o download do jar, é necessario dar permissão de execução no linux e MacOS: | ||
|
||
``` chmod +x logProfiler.3.x.x_64_linux.jar ``` | ||
|
||
Adicione o nome correto no comando acima. | ||
|
||
### Obs ! | ||
|
||
Necessário tem o Java 64 bits instalado. | ||
|
||
### Rodando a ferramenta | ||
Da maneira a seguir não precisa de permisão de execução | ||
|
||
``` java -jar logProfiler.2.x.x_64_linux.jar ``` | ||
### Como usar | ||
https://github.com/killerall/advtec-logprofiler-reader/wiki/Analisando-logprofiler |