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
Attila Sukosd edited this page Mar 15, 2013
·
1 revision
The MOBIUS Logging subsystem (or MobLog for short) is an API used by
programmers to make assertions, and emit log messages, about a
software system. At its core, it combines Java and JML's
assert statements with functionality akin to that found in the
Java logging framework (via the java.util.logging package)
and the Apache Foundation's log4j logging service.