SimpleLogger
A basic MobiusLoop.Logger implementation backed by the current MobiusHooks.InternalLogger.
Unless you've set a new MobiusHooks.InternalLogger with MobiusHooks.setLoggerFactory, this will be backed by a println
logger implementation.
Functions
Link copied to clipboard
Called right after the Update.update function is called.
Link copied to clipboard
Called right before the Init.init function is called.
Link copied to clipboard
Called right before the Update.update function is called.
Link copied to clipboard
Called if the Init.init invocation throws an exception. This is a programmer error; Mobius is in an undefined state if it happens.
Link copied to clipboard
Called if the Update.update invocation throws an exception. This is a programmer error; Mobius is in an undefined state if it happens.