ti.chimera
Interface Main.Logger

All Known Implementing Classes:
SplashScreen
Enclosing interface:
Main

public static interface Main.Logger

A logger's log method is called with log messages, such as loading or starting a plugin, etc. See log(java.lang.String).


Method Summary
 void log(java.lang.String msg)
          Called with log messages.
 

Method Detail

log

public void log(java.lang.String msg)
Called with log messages. This should probably not (directly or indirectly) call Main.addLogger(ti.chimera.Main.Logger) or Main.removeLogger(ti.chimera.Main.Logger)