wooga / atlas-unity

a Unity 3D gradle plugin
https://wooga.github.io/atlas-unity/
Apache License 2.0
14 stars 4 forks source link

Add log category to UnityTask #15

Closed Larusso closed 6 years ago

Larusso commented 6 years ago

The logs for each tasks are based on the taskname. It would be nice to add another level so you can invoke gradle multiple times with different parameters without overriding the logs and reports. This is mainly for a jenkins workflow.

The default should be "". There should be the 3 typical ways to set/override it.

Larusso commented 6 years ago

this code line should add the log category if available: https://github.com/wooga/atlas-unity/blob/7054f7a797113f438dd2983404e7a7bb6b5121a1/src/main/groovy/wooga/gradle/unity/tasks/AbstractUnityTask.groovy#L57

marcolink commented 6 years ago

WIP -> https://github.com/wooga/atlas-unity/tree/feature/add_log_category We first have to solve an issue with our execution order to get a clean implementation.

Larusso commented 6 years ago

blocked by #26