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
Provide common logging-functionality within uDig (so that behavior is the same overall modules and extensions), e.g. in udig.core
mark all log/trace/debug functions in Activatore as deprecated and delegate calls to the new Implementation which method signitures has a bundle to log messages for
public static void log( Bundle bundle, String message, Throwable e );
The text was updated successfully, but these errors were encountered:
Situation now:
Suggested solution:
public static void log( Bundle bundle, String message, Throwable e );
The text was updated successfully, but these errors were encountered: