MCPcopy Create free account
hub / github.com/PCGen/pcgen / replayParsedMessages

Method replayParsedMessages

code/src/java/pcgen/util/Logging.java:635–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

633 }
634
635 public static void replayParsedMessages()
636 {
637 Logger l = getLogger();
638 for (QueuedMessage msg : queuedMessages)
639 {
640 if (l.isLoggable(msg.level))
641 {
642 l.log(msg.level, msg.message, msg.stackTrace);
643 }
644
645 }
646 queuedMessageMark = -1;
647 }
648
649 public static void clearParseMessages()
650 {

Callers 15

parseMethod · 0.95
parseSecondaryMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95
parseMethod · 0.95
parseSecondaryMethod · 0.95

Calls 3

getLoggerMethod · 0.95
isLoggableMethod · 0.80
logMethod · 0.45

Tested by 14

parseMethod · 0.76
parseSecondaryMethod · 0.76
parseMethod · 0.76
parseSecondaryMethod · 0.76
parseMethod · 0.76
parseSecondaryMethod · 0.76
parseMethod · 0.76
parseSecondaryMethod · 0.76
parseMethod · 0.76
parseSecondaryMethod · 0.76
parseMethod · 0.76
parseSecondaryMethod · 0.76