class Hathor::OperationLogger
- Hathor::OperationLogger
- Reference
- Object
Defined in:
operation_logger.crConstructors
Instance Method Summary
- #add(status : Bool, reason : String, step : Symbol, step_type : Symbol, force : Bool)
- #add(status : Bool, reason : String, force : Bool)
- #add(message : String)
- #add(operation : Operation)
- #entries(steps_only = false)
- #failure?(step_name : Symbol, step_type : Symbol | Nil = nil)
- #success?(step_name : Symbol, step_type : Symbol | Nil = nil)
-
#to_s(one_line = false, steps_only = false)
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Instance Method Detail
def add(status : Bool, reason : String, step : Symbol, step_type : Symbol, force : Bool)
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO)
which can be overridden for custom implementations.
Also see #inspect
.