ch.othello.openscep.internal
Class Log

java.lang.Object
  |
  +--ch.othello.openscep.internal.Log

public class Log
extends Object

Logging

 $Id: Log.java,v 1.4 2002/03/02 01:45:16 alani Exp $
 $Log: Log.java,v $
 Revision 1.4  2002/03/02 01:45:16  alani
 set log level to 2

 Revision 1.3  2002/02/15 06:11:09  urut
 merge with alani
 lots of mods for incorporating full support for HTTP communication with SCEPD; Httpd client is now capable of reading multipart-mime (sort of....??) messages

 Revision 1.2  2002/02/14 11:58:55  urut
 bug fixed

 Revision 1.1  2002/02/12 14:21:03  urut
 initial

 

Since:
$Date: 2002/03/02 01:45:16 $
Version:
$Revision: 1.4 $
Author:
urut

Field Summary
private static int logLevel
           
 
Constructor Summary
Log()
           
 
Method Summary
static void debug(String msg)
           
static void error(String msg)
           
static void info(String msg)
           
static void setLogLevel(int plogLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logLevel

private static int logLevel
Constructor Detail

Log

public Log()
Method Detail

setLogLevel

public static void setLogLevel(int plogLevel)

debug

public static void debug(String msg)

info

public static void info(String msg)

error

public static void error(String msg)


ScepClient is copyright by Ueli Rutishauser + Alain Schaefer