Method LogCache
LogCache(string, params object[])
Logs build cache information.
Declaration
[Conditional("BUILD_CACHE_DEBUG")]
public static void LogCache(string msg, params object[] attrs)
Parameters
Type | Name | Description |
---|---|---|
string | msg | The message to display. |
object[] | attrs | The objects formatted in the message. |