G  I  L  N 

I

isDebug(LogItem,String) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level DEBUG and the specified text.
isDebug(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level DEBUG and the specified text.
isError(LogItem,String) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level ERROR and the specified text.
isError(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level ERROR and text that matches the given Regex.
isInfo(LogItem,String) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level INFO and the specified text.
isInfo(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level INFO and text that matches the given Regex.
isTrace(LogItem,String) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level TRACE and the specified text.
isTrace(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level TRACE and the specified text.
isWarning(LogItem,String) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level WARN and the specified text.
isWarning(LogItem,Regex) - function in net.pwall.log.LoggerUtilKt
Test whether a LogItem represents a message with level WARN and text that matches the given Regex.
G  I  L  N