NOS.Registration.DefaultLogger.Info C# (CSharp) Method

Info() public method

public Info ( string message, string username ) : void
message string
username string
return void
		public void Info(string message, string username)
		{
			Log.LogEntry(Tools.EscapeString(message), EntryType.General, Tools.EscapeString(username));
		}