You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if callers want to log what’s happening with a graph, they have two options:
Create an instance of graphcat.common.Logger, which logs everything.
Listen to graph events themselves.
It would be nice to have an in-between option, such as a decorator that can be used to log individual tasks. It would also be interesting to explore whether we should provide additional API to manage internal task logging.
The text was updated successfully, but these errors were encountered:
Currently, if callers want to log what’s happening with a graph, they have two options:
graphcat.common.Logger
, which logs everything.It would be nice to have an in-between option, such as a decorator that can be used to log individual tasks. It would also be interesting to explore whether we should provide additional API to manage internal task logging.
The text was updated successfully, but these errors were encountered: