docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface ILogOutput

    Interface to implement to be able to receive log and act upon them (e.g. write to file)

    Namespace: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    public interface ILogOutput

    Properties

    CurrentLevel

    The current LogLevel.

    Declaration
    LogLevel CurrentLevel { get; set; }
    Property Value
    Type Description
    LogLevel

    Enabled

    Whether logging is enabled.

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    bool

    Methods

    Write(LogEvent)

    Write a LogEvent.

    Declaration
    void Write(LogEvent logEvent)
    Parameters
    Type Name Description
    LogEvent logEvent

    The log event to write.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)