JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.hazelcast.logging
Interface LoggingService
public interface
LoggingService
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
ILogger
getLogger
(
Class
<?> type)
ILogger
getLogger
(
String
name)
void
shutdown
()
Method Details
getLogger
@Nonnull
ILogger
getLogger
(@Nonnull
String
name)
getLogger
@Nonnull
ILogger
getLogger
(@Nonnull
Class
<?> type)
shutdown
void
shutdown
()