You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Public Sub StartLogging(Optional enable As Boolean = False)
Set gLogging = New omLogging
SetLoggingEnable enable
End Sub
Public Sub SetLoggingEnable(enable As Boolean)
If omObjectFunctions.NotIsNothing(gLogging) Then
gLogging.Enabled = enable
End If
End Sub
Public Function WriteToLog(Optional diffOnly As String = "y", Optional updateCurrentDate As Boolean = True, Optional Description As String = "") As String