DictLoggable
specialized Loggable for multi-field objects
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
class SingletonLoggable[A]
Members list
Value members
Concrete methods
generate the combined value of that loggable and the other at the given position
generate the combined value of that loggable and the other at the given position
Attributes
- Definition Classes
put single logging field value in the field with supplied name
put single logging field value
put single logging field value
Attributes
Inherited methods
combine two loggables: put fields of both, choose value of first that suits
combine two loggables: put fields of both, choose value of first that suits
Attributes
- Inherited from:
- Loggable
contravariant version of collect
- log values of type B
when they could be converted to A
contravariant version of collect
- log values of type B
when they could be converted to A
Attributes
- Inherited from:
- Loggable
transform input value befor logging
write all fields of current value in the current object - context
log this value whenever predicate holds
same as Loggable.fitler
but contravariance-friendly version
same as this loggable, but do not show any info in the message string
same as this loggable, but do not show any info in the message string
Attributes
- Inherited from:
- Loggable
Creates a new LogAnnotation
using this Loggable
with provided name
Creates a new LogAnnotation
using this Loggable
with provided name
Attributes
- Inherited from:
- Loggable
display value in log message
display value in log message
Value parameters
- a
-
value for logging
Attributes
- Returns
-
displayed form
- Inherited from:
- Base
add list of custom fields for value
add list of custom fields for value
Value parameters
- a
-
value for logging
- addParam
-
side-effectful function, adding custom field to log entry
Attributes
- Inherited from:
- Base
Convert value to LoggedValue
Convert value to LoggedValue
Value parameters
- a
-
value for logging
Attributes
- Returns
-
new Logged Value
- Inherited from:
- Base
whenever fields are called it would be a single field named name
and corresponding value
whenever fields are called it would be a single field named name
and corresponding value
Attributes
- Inherited from:
- Loggable
same as Loggable.+
but contravariace-friendly version
put single logging field value in the field with supplied name if it's convertible to string, hide it otherwise
put single logging field value in the field with supplied name if it's convertible to string, hide it otherwise
Attributes
- Inherited from:
- Base
put single logging field value if it's convertible to string, hide it otherwise
put single logging field value if it's convertible to string, hide it otherwise
Attributes
- Inherited from:
- Base
Attributes
- Inherited from:
- Loggable