class Console::Event::Generic

def to_s

@returns [String] The string representation of the event.

Convert the event to a string (JSON).
def to_s
	to_json
end