Log Files

From Computing and Software Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: Don't worry I'll finish this tomorrow mourning guys. Alin)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
Don't worry I'll finish this tomorrow mourning guys.
+
With every execution of the game a .txt file is created in the /Logger folder. This file is named after the following format:
-
Alin
+
"month"-"day"-"year"-"hour"-"minute"-"second".txt
 +
 
 +
This means that one cannot ever write over a file since each file is unique to the time of the execution. In this file all of the events associated to objects that have the LoggerController attached to them will be noted along with the time relative to the start of the game. The log file will first have the time stamp as mentioned, then the identifier that was set in the LoggerController and the event that went along with the identifier for the object.
 +
 
 +
----
 +
'''References'''
 +
<br>http://www.cas.mcmaster.ca/wiki/index.php/Logger_Controller

Current revision as of 13:25, 20 March 2008

With every execution of the game a .txt file is created in the /Logger folder. This file is named after the following format:

"month"-"day"-"year"-"hour"-"minute"-"second".txt

This means that one cannot ever write over a file since each file is unique to the time of the execution. In this file all of the events associated to objects that have the LoggerController attached to them will be noted along with the time relative to the start of the game. The log file will first have the time stamp as mentioned, then the identifier that was set in the LoggerController and the event that went along with the identifier for the object.


References
http://www.cas.mcmaster.ca/wiki/index.php/Logger_Controller

Personal tools