Update README.md
This commit is contained in:
parent
53e3bb8bd4
commit
3000c48eab
17
README.md
17
README.md
@ -1,2 +1,17 @@
|
||||
# loggorilla
|
||||
# LogGorilla
|
||||
Python Script for logging format.
|
||||
|
||||
There is 4 type for this logging availability:
|
||||
- `prcss` for logging a process
|
||||
- `fyinf` for logging a value
|
||||
- `accss` for logging an access
|
||||
- `error` for logging the error
|
||||
|
||||
## Usage
|
||||
|
||||
APIADDR = "/your/api/page/directory"
|
||||
|
||||
loggorilla.prcss(APIADDR, f"Checking authority" )
|
||||
loggorilla.fyinf(APIADDR, f"Username: {username}" )
|
||||
loggorilla.prcss(APIADDR, f"{username} try to logged in and failed" )
|
||||
loggorilla.error(APIADDR, f"Username and Password is Incorrect" )
|
||||
|
Loading…
Reference in New Issue
Block a user