API.Unity.Service.Log - JuDelCo/Core GitHub Wiki

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);