Public Class LogClass
Dim instance As LogClass| LogClass | Initializes a new instance of the LogClass class |
| LogClass(String, Boolean, String) | Constructor |
| AzureConnectionKey | |
| Client | |
| debug | Sets or resets debug mode |
| EventLog | |
| EventSource | |
| logFileName | Full path of logfile |
| logFileRef | Internal log file reference |
| maxFrames | Sets maximum number of stack frames to include in debu log entries |
| Username | User Name |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Log(Int32, String, Boolean) | Writes log entry with no displayed message window |
| Log(Int32, String, MessageBoxButtons, String, Boolean) | Writes log entry and displays message window with specified dialog buttons |
| Log(Int32, String, Boolean, MsgBoxStyle, String, Boolean) | Writes log entry and displays and displays message window with no options |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |