Package notion.api.v1.logging
Interface NotionLogger
-
- All Implemented Interfaces:
public interface NotionLogger
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
isDebugEnabled()
abstract Unit
debug(String message, Throwable e)
Unit
debug(String message)
abstract Unit
info(String message, Throwable e)
Unit
info(String message)
abstract Unit
warn(String message, Throwable e)
Unit
warn(String message)
abstract Unit
error(String message, Throwable e)
Unit
error(String message)
-
-
Method Detail
-
isDebugEnabled
abstract Boolean isDebugEnabled()
-
-
-
-