source: tags/1.5.0/contrib/abcl-asdf/t/log4j.lisp

Last change on this file was 15010, checked in by Mark Evenson, 7 years ago

abcl-asdf: preparation to use utility functions from ABCL-BUILD

Import SPLIT-STRING for compatibility to its usage in ABCL-ASDF.

File size: 334 bytes
Line 
1(in-package :abcl-asdf/test)
2
3(prove:diag
4  "Output a message to the Console.
5
6Note:  for users of SLIME, this will appear in the associated *inferior-lisp* buffer.")
7
8(prove:plan 1)
9
10(require :log4j)
11(#"configure" 'log4j.BasicConfigurator)
12(ok 
13 (#"info" (#"getRootLogger" 'log4j.Logger) "Kilroy wuz here."))
14
15(prove:finalize)
16
17
18
19
20
Note: See TracBrowser for help on using the repository browser.