Skip to content

API.Unity.Service.Log

JuDelCo edited this page May 20, 2021 · 2 revisions

Namespace: Ju.Services

ILogUnityService

This simple service will pipe all logging of your application to the Unity console.

void SetLogLevel(LogLevel logLevel);
void ToggleStackTraces(bool enabled);
Clone this wiki locally