Stay organized with collections
Save and categorize content based on your preferences.
MessageLevel
class MessageLevel
Summary
Enum values
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ConsoleMessage.MessageLevel\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nMessageLevel\n============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/webkit/ConsoleMessage.MessageLevel \"View this page in Java\") \n\n```\nclass MessageLevel\n```\n\n|---|---|-------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) |||\n| ↳ | [kotlin.Enum](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html)\\\u003c[android.webkit.ConsoleMessage.MessageLevel](#)\\\u003e ||\n| | ↳ | [android.webkit.ConsoleMessage.MessageLevel](#) |\n\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ConsoleMessage.MessageLevel.DEBUG](#ENUM_VALUE:DEBUG), [ConsoleMessage.MessageLevel.ERROR](#ENUM_VALUE:ERROR), [ConsoleMessage.MessageLevel.LOG](#ENUM_VALUE:LOG), [ConsoleMessage.MessageLevel.TIP](#ENUM_VALUE:TIP), [ConsoleMessage.MessageLevel.WARNING](#ENUM_VALUE:WARNING) |------------------------------------------------------------|--------| | [ConsoleMessage.MessageLevel.DEBUG](#ENUM_VALUE:DEBUG) | \u003cbr /\u003e | | [ConsoleMessage.MessageLevel.ERROR](#ENUM_VALUE:ERROR) | \u003cbr /\u003e | | [ConsoleMessage.MessageLevel.LOG](#ENUM_VALUE:LOG) | \u003cbr /\u003e | | [ConsoleMessage.MessageLevel.TIP](#ENUM_VALUE:TIP) | \u003cbr /\u003e | | [ConsoleMessage.MessageLevel.WARNING](#ENUM_VALUE:WARNING) | \u003cbr /\u003e | |\n\nSummary\n-------\n\n| Enum values ||\n|---------------------------------------|---|\n| [DEBUG](#ENUM_VALUE:DEBUG) \u003cbr /\u003e |\n| [ERROR](#ENUM_VALUE:ERROR) \u003cbr /\u003e |\n| [LOG](#ENUM_VALUE:LOG) \u003cbr /\u003e |\n| [TIP](#ENUM_VALUE:TIP) \u003cbr /\u003e |\n| [WARNING](#ENUM_VALUE:WARNING) \u003cbr /\u003e |\n\nEnum values\n-----------\n\n### DEBUG\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val DEBUG : ConsoleMessage.MessageLevel\n``` \n\n### ERROR\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val ERROR : ConsoleMessage.MessageLevel\n``` \n\n### LOG\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val LOG : ConsoleMessage.MessageLevel\n``` \n\n### TIP\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val TIP : ConsoleMessage.MessageLevel\n``` \n\n### WARNING\n\nAdded in [API level 8](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nenum val WARNING : ConsoleMessage.MessageLevel\n```"]]