Skip to content

Log to file as well as immediate window #215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove incorrect method doc.
  • Loading branch information
Sophist-UK committed Mar 22, 2016
commit d4d1ec94a009875711c1ab80c6f6bf9c97224a6d
1 change: 0 additions & 1 deletion src/WebHelpers.bas
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ End Sub
' @param {String} LogType (E=Error, W=Warning, D=Debug)
' @param {String} Message
' @param {String} From
' @return {String}
''
Private Sub LogWrite(ByVal LogType As String, ByVal Message As String, ByVal From As String)
If LogFile <> "" Then
Expand Down