Class OLoggerDistributedImpl
java.lang.Object
com.orientechnologies.orient.server.distributed.OLoggerDistributedImpl
- All Implemented Interfaces:
OLogger,OLoggerDistributed
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.common.log.OLogger
OLogger.Level -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddebugIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) voidvoidvoidvoiddebugOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) voidvoiderrorIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) voidvoidvoidvoiderrorOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) protected static StringformatMessage(String localNode, String message) protected static StringformatMessageIn(String localNode, String remoteNode, String message) protected static StringformatMessageOut(String localNode, String remoteNode, String message) voidvoidinfoIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) voidvoidvoidvoidinfoOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) booleanbooleanvoidlog(OLogger.Level iLevel, String message, Throwable exception, boolean extractDatabase, Object... additionalArgs) voidvoidwarnIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) voidvoidvoidvoidwarnOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs)
-
Constructor Details
-
OLoggerDistributedImpl
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceOLogger
-
debugNode
- Specified by:
debugNodein interfaceOLoggerDistributed
-
debugNode
public void debugNode(String localNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
debugNodein interfaceOLoggerDistributed
-
infoNode
- Specified by:
infoNodein interfaceOLoggerDistributed
-
infoNode
public void infoNode(String localNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
infoNodein interfaceOLoggerDistributed
-
warnNode
- Specified by:
warnNodein interfaceOLoggerDistributed
-
warnNode
public void warnNode(String localNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
warnNodein interfaceOLoggerDistributed
-
errorNode
- Specified by:
errorNodein interfaceOLoggerDistributed
-
errorNode
public void errorNode(String localNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
errorNodein interfaceOLoggerDistributed
-
debugOut
- Specified by:
debugOutin interfaceOLoggerDistributed
-
debugOut
public void debugOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
debugOutin interfaceOLoggerDistributed
-
infoOut
- Specified by:
infoOutin interfaceOLoggerDistributed
-
infoOut
public void infoOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
infoOutin interfaceOLoggerDistributed
-
warnOut
- Specified by:
warnOutin interfaceOLoggerDistributed
-
warnOut
public void warnOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
warnOutin interfaceOLoggerDistributed
-
errorOut
- Specified by:
errorOutin interfaceOLoggerDistributed
-
errorOut
public void errorOut(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
errorOutin interfaceOLoggerDistributed
-
debugIn
- Specified by:
debugInin interfaceOLoggerDistributed
-
debugIn
public void debugIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
debugInin interfaceOLoggerDistributed
-
infoIn
- Specified by:
infoInin interfaceOLoggerDistributed
-
infoIn
public void infoIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
infoInin interfaceOLoggerDistributed
-
warnIn
- Specified by:
warnInin interfaceOLoggerDistributed
-
warnIn
public void warnIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
warnInin interfaceOLoggerDistributed
-
errorIn
- Specified by:
errorInin interfaceOLoggerDistributed
-
errorIn
public void errorIn(String localNode, String remoteNode, String message, Throwable exception, Object... additionalArgs) - Specified by:
errorInin interfaceOLoggerDistributed
-
formatMessage
-
formatMessageIn
-
formatMessageOut
-
log
public void log(OLogger.Level iLevel, String message, Throwable exception, boolean extractDatabase, Object... additionalArgs) -
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceOLogger
-