When you develop an online game, you may need a record (log) for several executions. ProudNet support a function that make a log
ProudNet's log making runs asynchronously. Meaning, if a method of making a log is called, then the method returns immediately. And the actual log gets recorded in a file or database from a separated thread.
ProudNet support functions of log making as followed.