Phone

35.00 EUR

Recent Payments

  • Lukka_0209

    PhoneFreeEdition

    Today 15:13
  • mamod_jumbo

    Vehicleshop

    Today 13:27
  • Ectony_X

    Vehicleshop

    Today 12:41
  • chia_ritter

    Vehicleshop

    Today 09:15
  • Rosstaumic0

    PhoneFreeEdition

    Today 09:10

Phone[OpenSource]

75.00 EUR

Mendro
A private self reflection and journaling app for server owners, built to stay focused and not let stress take control.
Explore

D-Logging

Description

D-Logging is an better Logging system for fivem. Its  an cheap copy of javas log4j 😀.

Anyway, it does really improve debugging and logging in general. The biggest advantage is that you can easily find out bugs on liveservers and reduce the work to remove useless prints, if you have done it correctly.

It provides 7 levels of logging. There are trace, debug, info, warning, error, fatal and discord. You can configure for each level if they should save in a log file and if yes, in which file.

You can configure which level should be printed, which makes it usable and essential not just for test server but also for live servers.

Its also very simple to use, you just need to implement an shared script in your resource lua and you're good to go 😁

But to keep it simple here an basic list of the features


Features

  • Open Source
  • Easy logging
  • You can configure each level indivuadilly
  • Easy integration
  • Option so save logs in a file, so youre customers or you can look in the log and find the bug for a script instead of scrolling endlessly thourgh your server console
  • Option to also send it to discord via webhooks
  • Works for client and server side