baiji v0.6.11 Baiji.Operation

Link to this section Summary

Functions

Add a new key-value pair to the operation’s assigns

Use the Logger module to log a message if the debug flag is set on the operation struct

Set the debug flag to true or false on the given operation

Check whether the operation has the debug flag set

Use the Logger module to log a message at the specified level if the debug flag is set

Link to this section Functions

Link to this function assign(op, key, value)

Add a new key-value pair to the operation’s assigns

Link to this function debug(op, message)

Use the Logger module to log a message if the debug flag is set on the operation struct

Link to this function debug!(op, debug \\ true)

Set the debug flag to true or false on the given operation

Link to this function debug?(operation)

Check whether the operation has the debug flag set

Link to this function error(op, message)
Link to this function info(op, message)
Link to this function log(op, level, message)

Use the Logger module to log a message at the specified level if the debug flag is set

Link to this function warn(op, message)