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 |
DEBUG |
Log.LogWrapper |
defaultLogger |
static int |
ERROR |
static int |
INFO |
static Log |
Lg |
static int |
WARN |
__cbQueue, __clientConnection, __connections, __currentDispatcher, __mailbox, __mailboxCapacity, __mbCapacity, __remoteId, __scheduler, __self, __stopped, __throwExAtBlock, __ticketMachine, senderCONT, DEFAULT_TIMOUT, defaultScheduler, delayedCalls, exec, FIN, FINSILENT, instance, MAX_EXTERNAL_THREADS_POOL_SIZE| Constructor and Description |
|---|
Log() |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object source,
String msg) |
static void |
Debug(Object source,
String msg) |
static void |
Debug(String msg) |
static void |
Error(Object source,
String s) |
static void |
Error(Object source,
Throwable th) |
void |
error(Object source,
Throwable ex,
String msg) |
static void |
Error(Object source,
Throwable th,
String s) |
int |
getSeverity() |
void |
info(Object source,
String msg) |
static void |
Info(Object source,
String msg) |
static void |
Info(Object source,
Throwable ex) |
static void |
Info(Object source,
Throwable t,
String msg) |
void |
infoLong(Object source,
Throwable ex,
String msg) |
void |
msg(Thread t,
int severity,
Object source,
Throwable ex,
String msg) |
void |
resetToSysout() |
void |
setLogWrapper(Log.LogWrapper delegate) |
void |
setSeverity(int severity) |
void |
warn(Object source,
String msg) |
static void |
Warn(Object source,
String msg) |
static void |
Warn(Object source,
Throwable ex) |
static void |
Warn(Object source,
Throwable t,
String msg) |
void |
warnLong(Object source,
Throwable ex,
String msg) |
__addDeadLetter, __addRemoteConnection, __addStopHandler, __enqueueCall, __getCachedMethod, __removeRemoteConnection, __stop, __submit, ask, asyncstop, checkThread, close, current, delayed, exec, execute, getActor, getActorRef, getCallbackSize, getCurrentDispatcher, getFactory, getMailboxSize, getQSizes, getReport, getScheduler, getSubMonitorables, getThrowExWhenBlocked, inside, inThread, isCallbackQPressured, isMailboxPressured, isProxy, isPublished, isRemote, isStopped, ping, self, serialOn, setThrowExWhenBlocked, stop, stopSafeClose, tellAddDeadLetter, all, all, AsActor, AsActor, AsActor, AsActor, awaitAll, awaitAll, awaitAll, awaitAll, complete, complete, DeadLetters, InThread, isCont, isError, isFinal, isResult, isSilentFinal, race, race, reject, resolve, resolve, stream, SubmitDelayed, yield, yieldpublic static final int DEBUG
public static final int INFO
public static final int WARN
public static final int ERROR
public static Log Lg
public Log.LogWrapper defaultLogger
public static void Debug(String msg)
public void setLogWrapper(Log.LogWrapper delegate)
public void setSeverity(int severity)
public int getSeverity()
public void resetToSysout()
Copyright © 2015. All rights reserved.