public class Log extends Actor<Log>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Log.LogWrapper |
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
INFO |
static Log |
Lg |
static int |
WARN |
__cbQueue, __connections, __currentDispatcher, __mailbox, __mbCapacity, __nanos, __remoteId, __scheduler, __self, __stopped, CONT, FIN, FINSILENT, sender| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
void |
$init(Log.LogWrapper delegate) |
void |
$msg(Thread t,
int severity,
Object source,
Throwable ex,
String msg) |
void |
$setSeverity(int severity) |
void |
error(Object source,
Throwable ex,
String msg) |
void |
info(Object source,
String msg) |
static void |
Info(Object source,
String msg) |
void |
infoLong(Object source,
Throwable ex,
String msg) |
void |
warn(Object source,
String msg) |
static void |
Warn(Object source,
String msg) |
static void |
Warn(Object source,
Throwable t,
String msg) |
void |
warnLong(Object source,
Throwable ex,
String msg) |
__addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, $close, $stop, $sync, async, checkThread, Cont, delayed, Fin, getActor, getActorRef, getCallbackSize, getFactory, getMailboxSize, getScheduler, inThread, isCallbackQPressured, isMailboxPressured, isProxy, isRemote, isStopped, self, stopSafeClose, yield, yieldListpublic static final int INFO
public static final int WARN
public static final int ERROR
public static Log Lg
public void $init(Log.LogWrapper delegate)
public void $setSeverity(int severity)
Copyright © 2014. All rights reserved.