Level

Severity level for an Ackpine log event.

  • VERBOSE — fine-grained diagnostic detail.

  • DEBUG — diagnostic messages useful for troubleshooting.

  • INFO — messages about normal operation and notable events.

  • WARN — unexpected or recoverable conditions.

  • ERROR — failures or invalid conditions.

Entries

Link copied to clipboard

Fine-grained diagnostic detail.

Link copied to clipboard

Diagnostic messages useful for troubleshooting.

Link copied to clipboard

Messages about normal operation and notable events.

Link copied to clipboard

Unexpected or recoverable conditions.

Link copied to clipboard

Failures or invalid conditions.

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

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.