Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    ConsoleLogMode Enum

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll

    Defines how the console is opened.

    public enum ConsoleLogMode

    Fields

    Name Description
    Always

    The console should be always visible

    Auto

    The console should be visible only in debug and if there is a message, otherwise it is not visible.

    Default

    Same as Auto

    None

    The console should not be visible.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<ConsoleLogMode>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<ConsoleLogMode>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation