602 B
602 B
LogGorilla
loggorilla
is the extension script for logging.
There is 4 type for this logging availability:
prcss
for logging a processfyinf
for logging a valueaccss
for logging an accesserror
for logging the error
Here is the example
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" )