org.jnetpcap.util
Interface Debug.LevelId

All Known Implementing Classes:
Debug.Level
Enclosing class:
Debug

public static interface Debug.LevelId

Provides access to raw level value.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 int intValue()
          Gets the numerical id for this priority level.
 

Method Detail

intValue

int intValue()
Gets the numerical id for this priority level.

Returns:
numerical id
See Also:
intValue()