docs.unity3d.com
    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
    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
    Boolean

    Methods

    Write(LogEvent)

    Write a LogEvent.

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

    The log event to write.

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023