The priority of the log message. Larger values indicate higher priority.
A label associated with the log level.
The syslog severity level of the log level. LogLevel values are ZIO aspects, and therefore can be used with aspect syntax.
myEffect @@ LogLevel.Info
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a new aspect that flips the behavior it applies to error and success channels.
Returns a new aspect that flips the behavior it applies to error and success channels. If the old aspect affected success values in some way, then the new aspect will affect error values in the same way.
A label associated with the log level.
The priority of the log message.
The priority of the log message. Larger values indicate higher priority.
The syslog severity level of the log level.
The syslog severity level of the log level. LogLevel values are ZIO aspects, and therefore can be used with aspect syntax.
myEffect @@ LogLevel.Info
LogLevel represents the log level associated with an individual logging operation. Log levels are used both to describe the granularity (or importance) of individual log statements, as well as to enable tuning verbosity of log output.
The priority of the log message. Larger values indicate higher priority.
A label associated with the log level.
The syslog severity level of the log level. LogLevel values are ZIO aspects, and therefore can be used with aspect syntax.