This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Unity3D.
                            
	
		Summary
            Helper class for processing the Unity3D editor log
            
		- Assembly
 - Cake
.Unity3D .dll  - Namespace
 - Cake
.Unity3D .Helpers  - Base Types
 - 
									
- Object
 
 
							graph BT
	Type-->Base0["Object"]
	Type["Unity3DEditorLog"]
class Type type-node
						
					Syntax
public static class Unity3DEditorLog
			Methods
| Name | Value | Summary | 
|---|---|---|
| ProcessLogLine | 
								Unity3DEditorLog | 
								
									 
            Given a line of text from the editor log, calculate
            the type of message the line is.
            This is very privative and needs vast improvements.
             
											static 
								 | 
							
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| ToDictionary | 
								IDictionary | 
								
									
										 From ObjectHelpers 
                                            	Requires the Cake.DeployParams addin 
								 | 
							
| To | 
								string | 
									 
            Returns the string value or a  
										Not set> markup suitable for Spectre.Console.
            From StringExtensions 
                                            	Requires the Cake.Issues addin 
								 | 
							
