Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.lutris.logging.tests
Class LoggerTests  view LoggerTests download LoggerTests.java

java.lang.Object
  extended bycom.lutris.logging.tests.LoggerTests

public class LoggerTests
extends java.lang.Object

Logger tests.


Constructor Summary
LoggerTests()
           
 
Method Summary
private static void doSomeLogging(java.lang.String facility, java.lang.String[] levels)
           
static void main(java.lang.String[] args)
           
private static void makeException(java.lang.String msg, int depth)
           
private static void writerTest(java.lang.String facility, java.lang.String level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerTests

public LoggerTests()
Method Detail

makeException

private static void makeException(java.lang.String msg,
                                  int depth)
                           throws java.lang.Exception

doSomeLogging

private static void doSomeLogging(java.lang.String facility,
                                  java.lang.String[] levels)

writerTest

private static void writerTest(java.lang.String facility,
                               java.lang.String level)

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException