Making a log

When you develop an online game, you may need a record (log) for several executions. ProudNet support a function that make a log

event_log_exam_eng.png
Windows also has a functionality that can make an event 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.