Logger
Interface for logging init and update calls.
Inheritors
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.