logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Namespace Serenity.Logging.Infrastructure.Services

    Classes

    UnityConsoleLogService

    Unity-specific console logging service implementation that outputs logs to Unity's Console window.
    Extends UnityLogService to provide specialized console output formatting with proper Unity Debug API integration.
    Handles different log severities with appropriate Unity console methods (Debug.Log, Debug.LogWarning, Debug.LogError, Debug.LogException) and includes severity-based filtering and message formatting.

    UnityLogService

    Abstract base class for Unity-based logging services that implement ILogService.
    Extends MonoBehaviour for proper Unity lifecycle integration.
    Provides logging functionality with configurable verbosity levels, category overrides, and message formatting.

    In this article
    © 2026 Serenity. All Rights Reserved