Home | History | Annotate | Download | only in logging

Lines Matching defs:throwing

959       * Test throwing(String, String, Throwable) with normal values.
964 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
979 this.sharedLogger.throwing("sourceClass", "sourceMethod", t);
984 * Test throwing(String, String, Throwable) with null values.
993 child.throwing(null, null, null);