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
Output all new log lines to the console for the specified log.
- Assembly
- Cake
.Unity3D .dll - Namespace
- Cake
.Unity3D .Helpers - Containing Type
- Unity3DEditor
Syntax
public static bool ProcessEditorLog(ICakeContext context, bool outputEditorLog, string logLocation, ref int currentLine)
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | The active cake context. |
outputEditorLog | bool | Should the log be forward to the standard cake context output. |
logLocation | string | The location of the log file to redirect. |
currentLine | int | The line of the log of which we have already redirected. |
Return Value
Type | Description |
---|---|
bool |