Create a LogMessage with the given attributes.
Public Sub New( ByVal type As MessageType, ByVal user As String, ByVal text As String )
public LogMessage(MessageType type, string user, string text)