G
I
L
N
I
- isDebug(LogItem,String) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
DEBUGand the specified text. - isDebug(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
DEBUGand the specified text. - isError(LogItem,String) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
ERRORand the specified text. - isError(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
ERRORand text that matches the given Regex. - isInfo(LogItem,String) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
INFOand the specified text. - isInfo(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
INFOand text that matches the given Regex. - isTrace(LogItem,String) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
TRACEand the specified text. - isTrace(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
TRACEand the specified text. - isWarning(LogItem,String) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
WARNand the specified text. - isWarning(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
- Test whether a LogItem represents a message with level
WARNand text that matches the given Regex.