Search Results for

    Show / Hide Table of Contents

    Enum LogLevel

    Log level used by Trail c/c++ API. To change minimum level to print, see SDK.LogLevel.

    Namespace: Trail
    Assembly: Trail.dll
    Syntax
    public enum LogLevel : int

    Fields

    Name Description
    Debug

    (internal) Only used in internal debug builds of the SDK. Public releases have no log calls with Debug level.

    Error

    "Should-never-happen" stuff, most likely a bug in the SDK

    Info

    Useful information on important SDK events.

    Warning

    Something wrong or unexpected going outside the SDK, either the game is doing weird stuff with the SDK or the communication with the rest of Trail is going wrong.

    In This Article
    Back to top Generated by DocFX