How do you implement debugging messages on your plugins?

Discussion in 'Plugin Development' started by RabidCrab, Mar 17, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    RabidCrab

    Before I implement my own system that may or may not be the most efficient method, I'm really interested in how others have implemented theirs. If you don't mind me stealing your method, I'd be very grateful, and of course I'd give credit in my code base and make it open source on my github account :cool:.
     
  2. Offline

    SirTyler

    my debugging is mostly try/catch and using the logger, I usually have a "debug" option in a config for if the user wants the debug messages to be shown or not so I check if that is true or false then log the info based on that.
     
Thread Status:
Not open for further replies.

Share This Page