public class Log extends Actor<Log>
| Modifier and Type | Class and Description |
|---|---|
static interface |
Log.LogWrapper |
Actor.ActorReport| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR |
static int |
INFO |
static Log |
Lg |
static int |
WARN |
__cbQueue, __connections, __currentDispatcher, __mailbox, __mbCapacity, __remoteId, __scheduler, __self, __stopped, __throwExAtBlock, 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) |
static void |
Warn(Object source,
Exception ex) |
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) |
__addDeadLetter, __addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, $close, $getReport, $getSubMonitorables, $stop, $sync, checkThread, delayed, exec, getActor, getActorRef, getCallbackSize, getFactory, getMailboxSize, getQSizes, getScheduler, getThrowExWhenBlocked, inThread, isCallbackQPressured, isCont, isError, isFinal, isMailboxPressured, isProxy, isRemote, isSilentFinal, isStopped, ordered, self, setThrowExWhenBlocked, stopSafeClose, yield, yield2Result, 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.