PSyclone currently has no mechanism for issuing messages other than when an exception is raised. However, there are many cases where we might want to generate a warning to the user but allow execution of PSyclone to continue.
In this ticket we will add an interface to a logging mechanism that will allow us to generate warning/debug messages.
PSyclone currently has no mechanism for issuing messages other than when an exception is raised. However, there are many cases where we might want to generate a warning to the user but allow execution of PSyclone to continue.
In this ticket we will add an interface to a logging mechanism that will allow us to generate warning/debug messages.