Method | Description | |
---|---|---|
Clear ( ) : void |
Clears the console.
|
|
EndGroup ( ) : void |
Ends the most recently started group.
|
|
Log ( FirebugConsoleMessageStyle style, object objects ) : void |
Logs a message to the console.
|
|
StartGroup ( string title, bool initiallyCollapsed ) : void |
Starts grouping messages together.
|
public Log ( FirebugConsoleMessageStyle style, object objects ) : void | ||
style | FirebugConsoleMessageStyle | A style which influences the icon and text color. |
objects | object | The objects to output to the console. These can be strings or /// ObjectInstances. |
return | void |
public StartGroup ( string title, bool initiallyCollapsed ) : void | ||
title | string | The title for the group. |
initiallyCollapsed | bool | |
return | void |