LogLevels

levels available use google definition of them Google Definition of the levels

Entries

Link copied to clipboard

Low Level Information that's important for debugging a lot of information this logs don't go into release builds

Link copied to clipboard

Low Level Information that's important for debugging containing less info than verbose this logs don't go into release builds

Link copied to clipboard

Logs High Level Information of anything that went as expected in the Execution of the SDK initialization, normal lifecycle of the formats, and other normal stuff

Link copied to clipboard

Logs High Level Information of Something went wrong but the SDK is able to continue showing ads and generate some revenue but is on suboptimal conditions

Link copied to clipboard

Logs High Level Information when the SDK is not able to continue showing ads nor generate revenue

Link copied to clipboard

Catastrophic, horrible, stressful, and not funny at tall succession of events we are very sorry of these and we ask you to please contact us with this log under your arm we promise this is fixable though <3

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

The lower the ordinal(order in which they are defined) the higher the priority so VERBOSE has the highest priority

Link copied to clipboard
fun valueOf(value: String): LogLevels

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.