http/log library
Constants
- DEBUG → const String
- ERROR → const String
- INFO → const String
-
LEVEL
→ const Map<
String, int> - LEVEL_DEBUG → const int
- LEVEL_ERROR → const int
- LEVEL_INFO → const int
- LEVEL_WARN → const int
- WARN → const String
Functions
-
debug(
dynamic info, [StackTrace? stackTrace = null]) → void -
error(
dynamic info, [StackTrace? stackTrace = null]) → bool -
info(
dynamic info, [StackTrace? stackTrace = null]) → bool -
initMarkLevel(
String dir) → void -
warn(
dynamic info, [StackTrace? stackTrace = null]) → bool