DebugUtilities.LogVerboseFormat(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats and logs the given message to the Unity console and player log if verbose logging is enabled. Note that verbose logs do not include the callstack
public:
static void LogVerboseFormat(System::String ^ message, ... cli::array <System::Object ^> ^ args);
public static void LogVerboseFormat (string message, params object[] args);
static member LogVerboseFormat : string * obj[] -> unit
Public Shared Sub LogVerboseFormat (message As String, ParamArray args As Object())
Parameters
- message
- String
- args
- Object[]