diff --git a/specification/appendix-a-included-utilities.md b/specification/appendix-a-included-utilities.md index dfd9786a..e4e24c5f 100644 --- a/specification/appendix-a-included-utilities.md +++ b/specification/appendix-a-included-utilities.md @@ -376,6 +376,8 @@ The logging hook is a hook which logs messages during the flag evaluation life-c > The evaluation context **SHOULD** only be logged if an associated option indicates so. +The can be a constructor option or similar, for example: `boolean printContext`. + > If logging the evaluation context is enabled, it **MUST** be printed in such a way that it's human readable. > If the logger abstraction in the SDK supports a log level concept, the appropriate log level **SHOULD** be used for each stage (before/after: info, error: error).