Application Mode
Represents the application runtime mode with distinct behaviors for development and production.
Author
LesterE
Since
1.0.0
Entries
Properties
Default minimum log level for this mode
Default async queue capacity
Whether to output logs to console
Whether to output logs to file
Whether to enable introspection routes (analysis, reflex)
Whether to use Logback for output
Whether to mask sensitive data
Returns a representation of an immutable list of all enum entries, in the order they're declared.
How to display stack traces
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.