displaying Debug.Log as a OnGUI()

Sorry for the noob question.
How do you display the debug log when building for a web(not editor).
Can you enable a special key to toggle it on /off or do you need to create a OnGUI() that will display it? if so, how do you do that?

You need to just send your strings to a GUI.Label instead of Debug.Log