Package io.odysz.module.xtable
Interface ILogger
- All Known Implementing Classes:
Log4jWrapper
public interface ILogger
Deprecated.
- Author:
- odys-z@github.com
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
Deprecated.void
Deprecated.setDebugMode
(boolean isDebug) Deprecated.Logger can working in debug mode and release mode.void
Deprecated.void
Deprecated.
-
Method Details
-
setDebugMode
Deprecated.Logger can working in debug mode and release mode. If in debug mode, i(), d(), v() are disabled.- Parameters:
isDebug
-- Returns:
- this logger
-
e
Deprecated. -
w
Deprecated. -
i
Deprecated. -
d
Deprecated. -
v
Deprecated.
-
Utils