-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35c8a8f
commit 9ee022d
Showing
8 changed files
with
1,271 additions
and
842 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
Imports System.IO | ||
|
||
Public NotInheritable Class logger | ||
Public NotInheritable Class logger | ||
|
||
Private Sub New() | ||
|
||
End Sub | ||
|
||
Public Shared Sub Log(message As Object) | ||
File.AppendAllText(".\PDMCarShop.log", DateTime.Now & ":" & message & Environment.NewLine) | ||
System.IO.File.AppendAllText(".\PDMCarShop-" & Now.Month & "-" & Now.Day & "-" & Now.Year & ".log", DateTime.Now & ":" & message & Environment.NewLine) | ||
End Sub | ||
|
||
End Class |
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.