Collaboration diagram for SystemLog:
Public Member Functions | |
| SystemLog () | |
Static Public Member Functions | |
| static SystemLog | Instance () |
| static void | WriteException (string strException) |
| Write Error Log into ErrLog.txt. | |
Static Private Attributes | |
| static SystemLog | m_instance = null |
<author>Jarod Wen</author> <Date>20:18pm, Nov 26th, 2006</Date>
| SystemLog.SystemLog | ( | ) |
| static SystemLog SystemLog.Instance | ( | ) | [static] |
| static void SystemLog.WriteException | ( | string | strException | ) | [static] |
Write Error Log into ErrLog.txt.
| strException | The content of Error. |
SystemLog SystemLog.m_instance = null [static, private] |
1.5.1-p1