Show / Hide Table of Contents

    Enum LogLevel

    The level of messages to show

    Namespace: Engine.Logging
    Assembly: Engine.Logging.dll
    Syntax
    public enum LogLevel

    Fields

    Name Description
    ALL

    Show all messages and errors

    ERRORS

    Show only errors

    NONE

    Show no messages

    Back to top Elavad Documentation