Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    LoggerConfig Class

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

    Configuration for GlobalLogger.

    System.Object → LoggerConfig
    Derived from LoggerConfig:

    [DataContract("GlobalLoggerConfig")]
    public class LoggerConfig
    Name Description
    Properties
    Level

    Gets or sets the minimum level to allow logging.

    | Improve this Doc View Source

    Properties


    Level

    Gets or sets the minimum level to allow logging.

    public LogMessageType Level { get; set; }
    Property Value
    Type Description
    LogMessageType

    The level.


    Extension Methods

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

    Back to top

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