public static interface Log.Collector
Log.setCollector(playn.core.Log.Collector).| Modifier and Type | Method and Description |
|---|---|
void |
logged(Log.Level level,
java.lang.String msg,
java.lang.Throwable e)
Called when a message is logged.
|
void logged(Log.Level level, java.lang.String msg, java.lang.Throwable e)
level - the level at which the message was logged.msg - the message that was logged.e - the exception logged with the message, or null.Copyright © 2018. All Rights Reserved.