enum/TraceLevel.ps1

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

enum TraceLevel {
    Error
    Exception
    Information
    Success
    Verbose
    Warning
}