gnu.inet.util

Class TraceLevel


public class TraceLevel
extends Level

A logging level used for network trace information.
Author:
Chris Burdess

Field Summary

static int
TRACE
The integer value for trace logging.

Constructor Summary

TraceLevel(String name)
Constructor.

Field Details

TRACE

public static final int TRACE
The integer value for trace logging.
Field Value:
450

Constructor Details

TraceLevel

public TraceLevel(String name)
Constructor.
Parameters:
name - the name of this level, normally the network protocol

© Copyright 2003 The Free Software Foundation, all rights reserved