Package com.hazelcast.logging
Interface ILogger
- All Superinterfaces:
com.hazelcast.internal.tpcengine.logging.TpcLogger
- All Known Implementing Classes:
AbstractLogger,Log4j2Factory.Log4j2Logger
public interface ILogger
extends com.hazelcast.internal.tpcengine.logging.TpcLogger
The Hazelcast logging interface. It exists because Hazelcast doesn't want any dependencies on concrete logging frameworks, so
it creates its own meta logging framework behind which existing frameworks can be placed.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidLogs toTpcLogger.fine(String)using a lazily evaluatedtemplateStringwith arguments, formatted usingString.format(String, Object...)default voiddefault voiddefault voiddefault voidLogs toTpcLogger.finest(String)using a lazily evaluatedtemplateStringwith arguments, formatted usingString.format(String, Object...)default voiddefault voiddefault voidvoidDeprecated.Since 5.1, the method is unusedMethods inherited from interface com.hazelcast.internal.tpcengine.logging.TpcLogger
fine, fine, fine, finest, finest, finest, getLevel, info, info, info, isFineEnabled, isFinestEnabled, isInfoEnabled, isLoggable, isSevereEnabled, isWarningEnabled, log, log, severe, severe, severe, warning, warning, warning
-
Method Details
-
log
Deprecated.Since 5.1, the method is unusedLogs a LogEvent.- Parameters:
logEvent- the logEvent to log
-
fine
Logs toTpcLogger.fine(String)using a lazily evaluatedtemplateStringwith arguments, formatted usingString.format(String, Object...)- Since:
- 5.4
-
fine
- See Also:
-
fine
- See Also:
-
fine
- See Also:
-
finest
Logs toTpcLogger.finest(String)using a lazily evaluatedtemplateStringwith arguments, formatted usingString.format(String, Object...)- Since:
- 5.4
-
finest
- See Also:
-
finest
- See Also:
-
finest
- See Also:
-