Lines Matching refs:LogNode
24 * in LogNode.</p>
37 // Stores the beginning of the LogNode topology.
38 private static LogNode mLogNode;
41 * Returns the next LogNode in the linked list.
43 public static LogNode getLogNode() {
48 * Sets the LogNode data will be sent to.
50 public static void setLogNode(LogNode node) {
55 * Instructs the LogNode to print the log data provided. Other LogNodes can
56 * be chained to the end of the LogNode as desired.
71 * Instructs the LogNode to print the log data provided. Other LogNodes can
72 * be chained to the end of the LogNode as desired.