Changeset 32683
- Timestamp:
- 04/21/09 10:24:03 (4 years ago)
- Files:
-
- 1 modified
-
lang/vb2005/Tween/trunk/Tween/MyCommon.vb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/vb2005/Tween/trunk/Tween/MyCommon.vb
r32682 r32683 132 132 End Sub 133 133 134 Public Sub TraceOut(ByVal Flag As Boolean, ByVal Message As String)134 Public Sub TraceOut(ByVal OutputFlag As Boolean, ByVal Message As String) 135 135 SyncLock LockObj 136 If Not Flag Then Exit Sub136 If Not OutputFlag Then Exit Sub 137 137 Dim now As DateTime = DateTime.Now 138 138 Dim fileName As String = String.Format("TweenTrace-{0:0000}{1:00}{2:00}-{3:00}{4:00}{5:00}.log", now.Year, now.Month, now.Day, now.Hour, now.Minute, now.Second)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)