DeveloperConsole.CopyLogOutout C# (CSharp) Method

CopyLogOutout() public method

public CopyLogOutout ( String condition, String stackTrace, LogType type ) : void
condition String
stackTrace String
type LogType
return void
	public void CopyLogOutout(String condition, String stackTrace, LogType type)
	{
		PrintToConsole( "Log Output: " + condition );
	}