So guys i am trying to add a custom to the server and i am using java.util.log.Logger
now i want to make an exception :
Logger.error("Error: could not update database: ", e);
so the Logger.error is not defiened for this type of logger anybody knows what type should i use to make an exception? I have been googling and things like Logger.fatal don't work aswell
And one more question i had this LOGGER.info( "Error updating name for player " + player.getName() + ". Error: " + e); which did not work
and i changed it to this Logger.getLogger("Info").info( "Error updating name for player " + player.getName() + ". Error: " + e); is this ok and will it work i mean the error is gone but does it have the same function?
If you need pictures tell me and i will then edit the post with pictures i hope you can understand what i mean :P
Hi Guys,
I need .dat editor, i try a alot editor even here, i need use to edit L2Reborn npcname-e.dat file, they usng c5 essence, anyone know how to edit or where to download editor? i need make to show npc levels 🙂
Thanks, for any helping!
BETA PATCH RELEASED – GET READY!
Today we’re releasing the Beta Test Patch ⚙️
Make sure to update your client / launcher so you’re ready for the test.
During this beta you will have:
🛒Full access to all shops
🎉Full access to all events
🏆Olympiad enabled
This is your chance to:
Test all classes and setups
Check balance and report any issues
Explore all features freely before official launch
📦Downloads & Updates
Use our launcher to automatically update the full game and all files
Already have an Interlude client? Download and apply our patch
New players can download the full Interlude L2Mid client
⚔️
Get ready – the Open Beta starts on November 28 at 20:00 (GMT+2)!
https://l2mid.com/how-to-connect.php
If you find bugs or have suggestions, please post them in **🔧│suggestions.
Thanks for helping us improve the server – see you in-game! 🚀
Question
HyperActive
So guys i am trying to add a custom to the server and i am using java.util.log.Logger
now i want to make an exception :
Logger.error("Error: could not update database: ", e);
so the Logger.error is not defiened for this type of logger anybody knows what type should i use to make an exception? I have been googling and things like Logger.fatal don't work aswell
And one more question i had this LOGGER.info( "Error updating name for player " + player.getName() + ". Error: " + e); which did not work
and i changed it to this Logger.getLogger("Info").info( "Error updating name for player " + player.getName() + ". Error: " + e); is this ok and will it work i mean the error is gone but does it have the same function?
If you need pictures tell me and i will then edit the post with pictures i hope you can understand what i mean :P
3 answers to this question
Recommended Posts