Class LogThread
java.lang.Object
java.lang.Thread
de.mid.innovator.m2msdk.application.LogThread
- All Implemented Interfaces:
Runnable
Thread to read from log model and to write to log file, console, etc.
It is an extra thread to not hinder the continuation of the engine
and the application by logging stuff. The semaphore is the log model.
- Version:
- 11.0.1
- Author:
- jmback
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.Builder, Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, isVirtual, join, join, join, join, ofPlatform, ofVirtual, onSpinWait, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, sleep, start, startVirtualThread, threadId, toString, yield
-
Constructor Details
-
LogThread
- Throws:
M2MExceptionRemoteException
-
-
Method Details