Interface ServiceConsoleLogCache
public interface ServiceConsoleLogCache
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddHandler(@NonNull ServiceConsoleLineHandler handler) booleanvoidalwaysPrintErrorStreamToConsole(boolean value) @NonNull eu.cloudnetservice.driver.service.ServiceIdhandlers()intvoidlogCacheSize(int cacheSize) void
-
Method Details
-
cachedLogMessages
-
associatedServiceId
-
logCacheSize
int logCacheSize() -
logCacheSize
void logCacheSize(int cacheSize) -
alwaysPrintErrorStreamToConsole
boolean alwaysPrintErrorStreamToConsole() -
alwaysPrintErrorStreamToConsole
void alwaysPrintErrorStreamToConsole(boolean value) -
addHandler
-
removeHandler
-
handlers
-