Class Simple

java.lang.Object
  extended by Simple

public class Simple
extends Object

This example showing how to use monolog (initialisation and instrumentation).

Author:
Sebastien Chassande-Barrioz

Field Summary
protected  Logger logger
           
 
Constructor Summary
Simple(LoggerFactory lf)
           
 
Method Summary
 void bar()
           
 void foo()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger
Constructor Detail

Simple

public Simple(LoggerFactory lf)
Method Detail

main

public static void main(String[] args)

foo

public void foo()

bar

public void bar()


Copyright © 2012 OW2 Consortium. All Rights Reserved.