ekstraklogfile

command module
v0.0.0-...-6f0c81b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2023 License: MIT Imports: 11 Imported by: 0

README

Ekstrak File Log

Aplikasi Command Line Interface (CLI) yang berfungsi untuk melakukan ekstraksi data log dari file sumber ke file baru sesuai dengan parameter tanggal yang ingin di ekstraksi.

Deployment

Build aplikasi makefile linux dan windows:

  make build

Build aplikasi makefile linux:

  make build-linux

Build aplikasi makefile windows:

  make build-windows

Build aplikasi menggunakan compiler go:

  go build -o bin/nama_aplikasi

Run Locally

Clone the project

  git clone https://github.com/herudins/ekstraklogfile.git

Go to the project directory

  cd my-project

Download dependencies:

  go mod tidy

Start the server

  go run -filename="path/filename.log" -start="2023-01-01 00:00" -end="2023-01-01 23:59" .

Usage/Examples

./nama_aplikasi -filename="path/filename.log" -start="2023-01-01 00:00" -end="2023-01-01 23:59"

License

MIT

Notes

Contoh prefix format log yang di support:

2023-01-01 01:01:01 INFO message log info
[2023-01-01 01:01:01 INFO message log info]

Selain contoh tersebut belum di support.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL