BloombergFLP.CollectdWin.EventValue.getJSON C# (CSharp) Method

getJSON() public method

public getJSON ( ) : string
return string
        public override string getJSON()
        {
            return string.Format(JSON_FORMAT, Level, HostName, Title, Message, Timestamp*1000);
        }