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