A B C D E F G H I J K L M N O P R S T V W X

A

addClientListener(ClientListener) - Method in interface net.directj.csf.Client
Adds a client listener to this class.
addClientListener(ClientListener) - Method in class net.directj.csf.impl.ClientImpl
Adds a client listener to this class.
addLogManager(LogManager) - Method in class net.directj.jlogger.JLogger
Adds a new LogManager to the list of manager.
addLogManager(Vector, String, String, String) - Method in class net.directj.jlogger.XmlConfigurator
Adds a LogManager to the specified logger, using the _class and _param to create it.
addLogManager(Vector, String, String, String, String, String) - Method in class net.directj.jlogger.XmlConfigurator
Adds a LogManager to the specified logger, using the specified formatter and output.
address - Variable in class net.directj.csf.impl.ServerImpl
The local endpoint of this server.
address - Variable in class net.directj.csf.impl.ClientImpl
The server's address.
address - Variable in class net.directj.jlogger.NetworkOutput
The distant server's inet address.
addServerListener(ServerListener) - Method in interface net.directj.csf.Server
Adds a server listener to this class.
addServerListener(ServerListener) - Method in class net.directj.csf.impl.ServerImpl
Adds a server listener to this class.
ALL - Static variable in class net.directj.jlogger.JLogger
The ALL logging level.

B

buffer - Variable in class net.directj.jlogger.JLogger
The String buffer that contains the debugging text.
BUFFER_MAXIMUM_SIZE - Static variable in class net.directj.jlogger.JLogger
The maximum buffer size.
bufferSize - Variable in class net.directj.jlogger.JLogger
The maximum size of the buffer.

C

CLASS_ATTR - Static variable in class net.directj.jlogger.XmlConfigurator
The class attribute string.
client - Variable in class net.directj.jlogger.NetworkOutput
The client that connect to the distant server.
Client - interface net.directj.csf.Client.
This a simple interface to implements a network client.
ClientEvent - class net.directj.csf.ClientEvent.
A client event is fired by the client when it receive data from the server.
ClientEvent(byte[], Client) - Constructor for class net.directj.csf.ClientEvent
Creates a new ClientEvent.
clientEvent(ClientEvent) - Method in interface net.directj.csf.ClientListener
Any class implementing this will receive messages that are received by the client.
clientEvent(ClientEvent) - Method in class net.directj.jlogger.NetworkOutput
Any class implementing this will receive messages that are received by the client.
ClientFactory - class net.directj.csf.ClientFactory.
This class is used to easely create clients.
ClientFactory() - Constructor for class net.directj.csf.ClientFactory
Forbids direct instanciation.
ClientFactoryImpl - class net.directj.csf.impl.ClientFactoryImpl.
This class is used to easely create clients.
ClientFactoryImpl() - Constructor for class net.directj.csf.impl.ClientFactoryImpl
 
ClientHandler - interface net.directj.csf.ClientHandler.
This class is in charge of a client connection.
ClientHandlerFactory - class net.directj.csf.ClientHandlerFactory.
This class is used to easely create clients handler.
ClientHandlerFactory() - Constructor for class net.directj.csf.ClientHandlerFactory
Forbids direct instanciation.
ClientHandlerFactoryImpl - class net.directj.csf.impl.ClientHandlerFactoryImpl.
This class is used to easely create clients handler.
ClientHandlerFactoryImpl() - Constructor for class net.directj.csf.impl.ClientHandlerFactoryImpl
 
ClientHandlerImpl - class net.directj.csf.impl.ClientHandlerImpl.
This class is in charge of a client connection.
ClientHandlerImpl(Socket, Server) - Constructor for class net.directj.csf.impl.ClientHandlerImpl
Creates a ClientHandler implementation.
ClientHandlerImpl(Socket, Server, int) - Constructor for class net.directj.csf.impl.ClientHandlerImpl
Creates a ClientHandler implementation
ClientImpl - class net.directj.csf.impl.ClientImpl.
This a simple interface to implements a network client.
ClientImpl.ShutdownHook - class net.directj.csf.impl.ClientImpl.ShutdownHook.
This class is used to stop the client at the end of the JVM.
ClientImpl.ShutdownHook() - Constructor for class net.directj.csf.impl.ClientImpl.ShutdownHook
 
ClientImpl(int, InetAddress) - Constructor for class net.directj.csf.impl.ClientImpl
Creates a new client implementation.
ClientListener - interface net.directj.csf.ClientListener.
This listener is used to listen to client event.
clients - Variable in class net.directj.csf.impl.ServerImpl
The list of connected clients.
configurator - Static variable in class net.directj.jlogger.JLoggerFactory
The configurator tool.
Configurator - interface net.directj.jlogger.Configurator.
This is the default interface to configure JLogger.
configure(InputStream) - Method in class net.directj.jlogger.XmlConfigurator
Configures the JLogger tools, using an input stream (can be XML or Property file, or anything else, depending of the Configurator implementation you use).
configure(InputStream) - Method in interface net.directj.jlogger.Configurator
Configures the JLogger tools, using an input stream (can be XML or Property file, or anything else, depending of the Configurator implementation you use).
configure(String) - Static method in class net.directj.jlogger.JLoggerFactory
Allows you to specify you're configuration file to load.
ConsoleLogManager - class net.directj.jlogger.ConsoleLogManager.
This class is a console log manager, with special output and formatter for the console.
ConsoleLogManager(int) - Constructor for class net.directj.jlogger.ConsoleLogManager
Creates a new LogManager, with the specified logging level.
ConsoleLogManager(int, String) - Constructor for class net.directj.jlogger.ConsoleLogManager
Creates a new LogManager, with the specified logging level and formatting pattern.
ConsoleOutput - class net.directj.jlogger.ConsoleOutput.
This is a simple class that just print logging output onto the console (System.out).
ConsoleOutput() - Constructor for class net.directj.jlogger.ConsoleOutput
Creates a new ConsoleOutput.
createClient(int, InetAddress) - Method in class net.directj.csf.ClientFactory
Creates a new client.
createClient(int, InetAddress) - Method in class net.directj.csf.impl.ClientFactoryImpl
Creates a new client.
createClientHandler(Socket, Server) - Method in class net.directj.csf.ClientHandlerFactory
Creates a new ClientHandler, created by the _server server and using the _sock socket.
createClientHandler(Socket, Server) - Method in class net.directj.csf.impl.JLoggerClientHandlerFactory
Creates a new ClientHandler, created by the _server server and using the _sock socket.
createClientHandler(Socket, Server) - Method in class net.directj.csf.impl.ClientHandlerFactoryImpl
Creates a new ClientHandler, created by the _server server and using the _sock socket.
createObject(String, Object[]) - Method in class net.directj.jlogger.XmlConfigurator
Creates an object using the specified class name and the specified parameter array.
createServer() - Method in class net.directj.csf.ServerFactory
Creates a new server.
createServer() - Method in class net.directj.csf.impl.ServerFactoryImpl
Creates a new server.
createServer(String, int) - Method in class net.directj.csf.ServerFactory
Creates a new server.
createServer(String, int) - Method in class net.directj.csf.impl.ServerFactoryImpl
Creates a new server.
createServer(String, int, int) - Method in class net.directj.csf.ServerFactory
Creates a new server.
createServer(String, int, int) - Method in class net.directj.csf.impl.ServerFactoryImpl
Creates a new server.
createServer(String, int, int, InetAddress) - Method in class net.directj.csf.ServerFactory
Creates a new server.
createServer(String, int, int, InetAddress) - Method in class net.directj.csf.impl.ServerFactoryImpl
Creates a new server.
currentLoggers - Variable in class net.directj.jlogger.XmlConfigurator
The list of currently parsed logger.

D

data - Variable in class net.directj.csf.ServerEvent
The event's data.
data - Variable in class net.directj.csf.ClientEvent
The event's data.
dbName - Variable in class net.directj.jlogger.JDBCOutput
The table name.
dbPass - Variable in class net.directj.jlogger.JDBCOutput
The user password.
dbURL - Variable in class net.directj.jlogger.JDBCOutput
The database URL.
dbUser - Variable in class net.directj.jlogger.JDBCOutput
The user name.
debug - Variable in class net.directj.jlogger.JTextOutput
The DEBUG style.
DEBUG - Static variable in class net.directj.jlogger.JLogger
The DEBUG logging level.
DEBUG_TYPE - Static variable in class net.directj.jlogger.JLogger
The DEBUG logging information's type.
debug(String) - Method in class net.directj.jlogger.JLogger
Prints information with a DEBUG type.
debug(String, Throwable) - Method in class net.directj.jlogger.JLogger
Prints information with a DEBUG type, then print the exception.
DEFAULT_NAME - Static variable in class net.directj.csf.impl.ServerImpl
The default name.
DefaultFormatter - class net.directj.jlogger.DefaultFormatter.
This is the default formatter, used to format the logging information.
DefaultFormatter() - Constructor for class net.directj.jlogger.DefaultFormatter
Creates a new DefaultFormatter.
doc - Variable in class net.directj.jlogger.JTextOutput
The document.
docBuilder - Variable in class net.directj.jlogger.XmlConfigurator
The document builder.
doRequest(byte[]) - Method in interface net.directj.csf.ClientHandler
Send an request to the client.
doRequest(byte[]) - Method in interface net.directj.csf.Client
Send an request to the server.
doRequest(byte[]) - Method in class net.directj.csf.impl.JLoggerClientHandler
Send an request to the client.
doRequest(byte[]) - Method in class net.directj.csf.impl.ClientImpl
Send an request to the server.
doRequest(byte[]) - Method in class net.directj.csf.impl.ClientHandlerImpl
Send an request to the client.

E

equals(Object) - Method in class net.directj.jlogger.XmlFormatter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.StreamOutput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.PatternFormatter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.NetworkOutput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.LogManager
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.JTextOutput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.JTableOutput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.JDBCOutput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.HtmlFormatter
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class net.directj.jlogger.FileOutput
Indicates whether some other object is "equal to" this one.
error - Variable in class net.directj.jlogger.JTextOutput
The ERROR style.
ERROR - Static variable in class net.directj.jlogger.JLogger
The ERROR logging level.
ERROR_TYPE - Static variable in class net.directj.jlogger.JLogger
The ERROR logging information's type.
error(String) - Method in class net.directj.jlogger.JLogger
Prints information with a ERROR type.
error(String, Throwable) - Method in class net.directj.jlogger.JLogger
Prints information with a ERROR type, then print the exception.
exception(int, Throwable) - Method in class net.directj.jlogger.JLogger
Prints an exception or an error, with an specified type.

F

fatal - Variable in class net.directj.jlogger.JTextOutput
The FATAL style.
FATAL - Static variable in class net.directj.jlogger.JLogger
The FATAL logging level.
FATAL_TYPE - Static variable in class net.directj.jlogger.JLogger
The FATAL logging information's type
fatal(String) - Method in class net.directj.jlogger.JLogger
Prints information with a FATAL type.
fatal(String, Throwable) - Method in class net.directj.jlogger.JLogger
Prints information with a FATAL type, then print the exception.
FileLogManager - class net.directj.jlogger.FileLogManager.
This class is a file log manager, it use a default formatter and a file output.
FileLogManager(int) - Constructor for class net.directj.jlogger.FileLogManager
Creates a new FileLogManager, with the specified logging level.
FileLogManager(int, String) - Constructor for class net.directj.jlogger.FileLogManager
Creates a new FileLogManager, with the specified logging level.
FileLogManager(int, String, boolean) - Constructor for class net.directj.jlogger.FileLogManager
Creates a new FileLogManager, with the specified logging level.
FileLogManager(int, String, String, boolean) - Constructor for class net.directj.jlogger.FileLogManager
Creates a new FileLogManager, with the specified logging level.
fileName - Variable in class net.directj.jlogger.FileOutput
The file name.
FileOutput - class net.directj.jlogger.FileOutput.
This is a simple class that print logging information into a file.
FileOutput.ShutdownHook - class net.directj.jlogger.FileOutput.ShutdownHook.
This class is used to close the file at the end of the JVM.
FileOutput.ShutdownHook() - Constructor for class net.directj.jlogger.FileOutput.ShutdownHook
 
FileOutput() - Constructor for class net.directj.jlogger.FileOutput
Creates a new FileOutput.
FileOutput(String) - Constructor for class net.directj.jlogger.FileOutput
Creates a new FileOutput, with a specified name.
FileOutput(String, boolean) - Constructor for class net.directj.jlogger.FileOutput
Creates a new FileOutput, with a specified name.
FileOutput(String, String, String, boolean) - Constructor for class net.directj.jlogger.FileOutput
Creates a new FileOutput, with a specified name.
fireEvent(ClientEvent) - Method in interface net.directj.csf.Client
Send a client event to the listeners
fireEvent(ClientEvent) - Method in class net.directj.csf.impl.ClientImpl
Send a client event to the listeners
fireEvent(ServerEvent) - Method in interface net.directj.csf.Server
Send a server event to the listeners
fireEvent(ServerEvent) - Method in class net.directj.csf.impl.ServerImpl
Send a server event to the listeners
footer - Variable in class net.directj.jlogger.FileOutput
The footer string, as an array of bytes.
format - Variable in class net.directj.jlogger.LogManager
The output formatter.
Formatter - interface net.directj.jlogger.Formatter.
This is a simple common interface for the jlogger tools that specify how data is written.
FORMATTER_TAG - Static variable in class net.directj.jlogger.XmlConfigurator
The formatter tag string.
formatters - Static variable in class net.directj.jlogger.JLoggerFactory
The set of formatter.

G

getAllLogManager() - Method in class net.directj.jlogger.JLogger
Returns a collection that contain all the log manager
getClient() - Method in class net.directj.csf.ClientEvent
Returns the Client on which the event initially occurred.
getClient() - Method in class net.directj.csf.impl.ServerImpl
Waits for the client to connect.
getClientHostAddress() - Method in interface net.directj.csf.ClientHandler
Returns the client's IP.
getClientHostAddress() - Method in class net.directj.csf.impl.JLoggerClientHandler
Returns the client's IP.
getClientHostAddress() - Method in class net.directj.csf.impl.ClientHandlerImpl
Returns the client's IP.
getClientHostName() - Method in interface net.directj.csf.ClientHandler
Returns the client's hostname.
getClientHostName() - Method in class net.directj.csf.impl.JLoggerClientHandler
Returns the client's hostname.
getClientHostName() - Method in class net.directj.csf.impl.ClientHandlerImpl
Returns the client's hostname.
getConfigurator() - Static method in class net.directj.jlogger.JLoggerFactory
Returns the current configurator tool.
getData() - Method in class net.directj.csf.ServerEvent
Returns the data associated with this event.
getData() - Method in class net.directj.csf.ClientEvent
Returns the data associated with this event.
getData() - Method in class net.directj.jlogger.JTextLogManager
Returns the log text.
getData() - Method in class net.directj.jlogger.JTableOutput
Returns the Vector of Vectors that contains the table's data values.
getData() - Method in class net.directj.jlogger.JTableLogManager
Returns the Vector of Vectors that contains the table's data values.
getDefault() - Static method in class net.directj.csf.ServerFactory
Returs the default factory.
getDefault() - Static method in class net.directj.csf.ClientHandlerFactory
Returs the default factory.
getDefault() - Static method in class net.directj.csf.ClientFactory
Returs the default factory.
getFooter() - Method in class net.directj.jlogger.XmlFormatter
Called at the output destruction.
getFooter() - Method in class net.directj.jlogger.PatternFormatter
Returns the footer information of the formatter.
getFooter() - Method in class net.directj.jlogger.HtmlFormatter
Called at the output destruction.
getFooter() - Method in interface net.directj.jlogger.Formatter
Returns the footer information of the formatter.
getHandler() - Method in class net.directj.csf.ServerEvent
Returns the ClientHandler on which the event initially occurred.
getHeader() - Method in class net.directj.jlogger.XmlFormatter
Called at the output creation.
getHeader() - Method in class net.directj.jlogger.PatternFormatter
Returns the header information of the formatter.
getHeader() - Method in class net.directj.jlogger.HtmlFormatter
Called at the output creation.
getHeader() - Method in interface net.directj.jlogger.Formatter
Returns the header information of the formatter.
getInetAddress() - Method in interface net.directj.csf.Server
Returns the address of the endpoint this server is listening to.
getInetAddress() - Method in interface net.directj.csf.Client
Returns the address of the server this client is bounded to.
getInetAddress() - Method in class net.directj.csf.impl.ServerImpl
Returns the address of the endpoint this server is listening to.
getInetAddress() - Method in class net.directj.csf.impl.ClientImpl
Returns the address of the server this client is bounded to.
getInfo() - Method in interface net.directj.csf.Server
Returns the server's informations (port, address, version...).
getInfo() - Method in interface net.directj.csf.Client
Returns the client's informations (port, address, version...).
getInfo() - Method in class net.directj.csf.impl.ServerImpl
Returns the server informations (port, address, version...).
getInfo() - Method in class net.directj.csf.impl.ClientImpl
Returns the client's informations (port, address, version...).
getLogger(String) - Static method in class net.directj.jlogger.JLoggerFactory
Returns a new Logger, with a specified name.
getLoggerName() - Method in class net.directj.jlogger.JLogger
Returns the name of this logger instance.
getLogManager(int) - Method in class net.directj.jlogger.JLogger
Returns the _indexth log manager.
getLogMessage() - Method in class net.directj.jlogger.LogRecord
Returns the logging information.
getLogName() - Method in class net.directj.jlogger.LogRecord
Returns the name of the logger that emit the info, as a string.
getLogTime() - Method in class net.directj.jlogger.LogRecord
Returns the logging time, as a string.
getLogType() - Method in class net.directj.jlogger.LogRecord
Returns the logging information type, as an integer.
getLogTypeAsString() - Method in class net.directj.jlogger.LogRecord
Returns the logging type, as a String.
getMaximumClient() - Method in interface net.directj.csf.Server
Returns the maximum amount of client the server can handle.
getMaximumClient() - Method in class net.directj.csf.impl.ServerImpl
Returns the maximum amount of client the server can handle.
getName() - Method in interface net.directj.csf.Server
Returns the server's name.
getName() - Method in class net.directj.csf.impl.ServerImpl
Returns the server's name.
getPanel() - Method in class net.directj.jlogger.JTextLogManager
Returns the JPanel where data are stored.
getPanel() - Method in class net.directj.jlogger.JTableLogManager
Returns the JPanel where data are stored.
getPort() - Method in interface net.directj.csf.Server
Returns the port on which this server is listening.
getPort() - Method in interface net.directj.csf.Client
Returns the port on which this client is bounded to.
getPort() - Method in class net.directj.csf.impl.ServerImpl
Returns the port on which this server is listening.
getPort() - Method in class net.directj.csf.impl.ClientImpl
Returns the port on which this client is bounded to.
getStatus() - Method in interface net.directj.csf.Server
Returns the server's status (state, number of connection, ...).
getStatus() - Method in interface net.directj.csf.Client
Returns the client's status (state, ...).
getStatus() - Method in class net.directj.csf.impl.ServerImpl
Returns the server status (idle, number of connection, ...).
getStatus() - Method in class net.directj.csf.impl.ClientImpl
Returns the client's status (state, ...).
getSupportedType() - Method in class net.directj.csf.ServerFactory
Returns the list of server type supported by this factory.
getSupportedType() - Method in class net.directj.csf.ClientFactory
Returns the list of client type supported by this factory.
getSupportedType() - Method in class net.directj.csf.impl.ServerFactoryImpl
Returns the list of server type supported by this factory.
getSupportedType() - Method in class net.directj.csf.impl.ClientFactoryImpl
Returns the list of client type supported by this factory.
getSupportedTypeDescription() - Method in class net.directj.csf.ServerFactory
Returns the description of the different supported type.
getSupportedTypeDescription() - Method in class net.directj.csf.ClientFactory
Returns the description of the different supported type.
getSupportedTypeDescription() - Method in class net.directj.csf.impl.ServerFactoryImpl
Returns the description of the different supported type.
getSupportedTypeDescription() - Method in class net.directj.csf.impl.ClientFactoryImpl
Returns the description of the different supported type.
getText() - Method in class net.directj.jlogger.JTextOutput
Returns the log text.
getVersion() - Method in class net.directj.jlogger.JLoggerFactory
Returns the version of JLogger.

H

handlerFactory - Variable in class net.directj.csf.impl.ServerImpl
The factory that will be used to create the ClientHandler.
hashCode() - Method in class net.directj.jlogger.XmlFormatter
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.StreamOutput
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.PatternFormatter
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.NetworkOutput
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.LogManager
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.JDBCOutput
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.HtmlFormatter
Returns a hash code value for the object.
hashCode() - Method in class net.directj.jlogger.FileOutput
Returns a hash code value for the object.
header - Variable in class net.directj.jlogger.FileOutput
The header string, as an array of bytes.
hostname - Variable in class net.directj.csf.impl.JLoggerClientHandler
The client's hostname.
hostname - Variable in class net.directj.csf.impl.ClientHandlerImpl
The client's hostname.
htmlFormat - Static variable in class net.directj.jlogger.HtmlLogManager
The formatter.
HtmlFormatter - class net.directj.jlogger.HtmlFormatter.
This is the html formatter, used to format the logging information.
HtmlFormatter() - Constructor for class net.directj.jlogger.HtmlFormatter
 
HtmlLogManager - class net.directj.jlogger.HtmlLogManager.
This class is a html log manager, with special output and formatter for creating an Html file.
HtmlLogManager(int) - Constructor for class net.directj.jlogger.HtmlLogManager
Creates a new HtmlLogManager, with the specified logging level.
HtmlLogManager(int, String) - Constructor for class net.directj.jlogger.HtmlLogManager
Creates a new HtmlLogManager, with the specified logging level.
HtmlLogManager(int, String, boolean) - Constructor for class net.directj.jlogger.HtmlLogManager
Creates a new HtmlLogManager, with the specified logging level.

I

in - Variable in class net.directj.csf.impl.JLoggerClientHandler
The input reader.
in - Variable in class net.directj.csf.impl.ClientImpl
The input reader.
in - Variable in class net.directj.csf.impl.ClientHandlerImpl
The input reader.
info - Variable in class net.directj.jlogger.JTextOutput
The INFO style.
INFO - Static variable in class net.directj.jlogger.JLogger
The INFO logging level.
INFO_TYPE - Static variable in class net.directj.jlogger.JLogger
The INFO logging information's type.
info(String) - Method in class net.directj.jlogger.JLogger
Prints information with a INFO type.
info(String, Throwable) - Method in class net.directj.jlogger.JLogger
Prints information with a DEBUG type, then print the exception.
init() - Static method in class net.directj.jlogger.JLoggerFactory
Initializes the JLoggerFactory.
initComponents() - Method in class net.directj.jlogger.JTextOutput
Initializes the GUI component.
initComponents() - Method in class net.directj.jlogger.JTableOutput
Initializes the GUI component.
initDocument() - Method in class net.directj.jlogger.JTextOutput
Initializes the document and styles.
insertLog - Variable in class net.directj.jlogger.JDBCOutput
The SQL statement used to insert a log.
instance - Static variable in class net.directj.csf.ServerFactory
the factory single instance.
instance - Static variable in class net.directj.csf.ClientFactory
the factory single instance.
InvalidRequestException - exception net.directj.csf.InvalidRequestException.
Thrown when a request is not valid.
InvalidRequestException(String) - Constructor for class net.directj.csf.InvalidRequestException
Constructs a new InvalidRequestException with the specified detail message.
InvalidRequestException(Throwable) - Constructor for class net.directj.csf.InvalidRequestException
Constructs a new InvalidRequestException with the specified cause.
ip - Variable in class net.directj.csf.impl.JLoggerClientHandler
The client's IP.
ip - Variable in class net.directj.csf.impl.ClientHandlerImpl
The client's IP.
isPublishableLevel(int) - Method in class net.directj.jlogger.LogManager
Says if the information is publishable or not.
isRunning() - Method in interface net.directj.csf.Server
Indicates if the server is running or not.
isRunning() - Method in interface net.directj.csf.ClientHandler
Indicates if the handler is running or not.
isRunning() - Method in interface net.directj.csf.Client
Indicates if the client is running or not.
isRunning() - Method in class net.directj.csf.impl.ServerImpl
Indicates if the server is running or not.
isRunning() - Method in class net.directj.csf.impl.JLoggerClientHandler
Indicates if the handler is running or not.
isRunning() - Method in class net.directj.csf.impl.ClientImpl
Indicates if the client is running or not.
isRunning() - Method in class net.directj.csf.impl.ClientHandlerImpl
Indicates if the handler is running or not.

J

JDBCLogManager - class net.directj.jlogger.JDBCLogManager.
This class is a DB log manager, with special output and formatter for connecting to a DB.
JDBCLogManager(int, String, String) - Constructor for class net.directj.jlogger.JDBCLogManager
Creates a new LogManager, with the specified logging level.
JDBCLogManager(int, String, String, String, String, String, boolean) - Constructor for class net.directj.jlogger.JDBCLogManager
Creates a new LogManager, with the specified logging level.
JDBCOutput - class net.directj.jlogger.JDBCOutput.
This is a simple class that print logging information into a specified DataBase.
JDBCOutput(String, String, String, String, String, boolean) - Constructor for class net.directj.jlogger.JDBCOutput
Creates a new JDBCOutput.
JLogger - class net.directj.jlogger.JLogger.
This class is the logging tool class.
JLOGGER - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The "jlogger" server type.
JLOGGER_DESC - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The "standard" server type.
JLogger(String) - Constructor for class net.directj.jlogger.JLogger
Creates a new Logger, with a specified name.
JLogger(String, int) - Constructor for class net.directj.jlogger.JLogger
Creates a new Logger, with a specified name.
JLoggerClientHandler - class net.directj.csf.impl.JLoggerClientHandler.
This class is in charge of a client connection.
JLoggerClientHandler(Socket, Server) - Constructor for class net.directj.csf.impl.JLoggerClientHandler
Creates a ClientHandler implementation.
JLoggerClientHandler(Socket, Server, int) - Constructor for class net.directj.csf.impl.JLoggerClientHandler
Creates a ClientHandler implementation
JLoggerClientHandlerFactory - class net.directj.csf.impl.JLoggerClientHandlerFactory.
This class is used to easely create clients handler.
JLoggerClientHandlerFactory() - Constructor for class net.directj.csf.impl.JLoggerClientHandlerFactory
 
JLoggerFactory - class net.directj.jlogger.JLoggerFactory.
This class can create a JLogger, and return it.
JLoggerFactory() - Constructor for class net.directj.jlogger.JLoggerFactory
The default constructor.
JTableLogManager - class net.directj.jlogger.JTableLogManager.
This is a log manager that stored logging information onto a JPanel, using a tabular component.
JTableLogManager(int) - Constructor for class net.directj.jlogger.JTableLogManager
Creates a new JTableLogManager, with the specified logging level.
JTableOutput - class net.directj.jlogger.JTableOutput.
This class is used to print the logging information into a GUI element, using a tabular component.
JTableOutput() - Constructor for class net.directj.jlogger.JTableOutput
Creates a new JTextOutput.
JTextLogManager - class net.directj.jlogger.JTextLogManager.
This is a log manager that stored logging information onto a JPanel, using a textual component.
JTextLogManager(int) - Constructor for class net.directj.jlogger.JTextLogManager
Creates a new JTextLogManager, with the specified logging level.
JTextLogManager(int, String) - Constructor for class net.directj.jlogger.JTextLogManager
Creates a new JTextLogManager, with the specified logging level and formatting pattern.
JTextOutput - class net.directj.jlogger.JTextOutput.
This class is used to print the logging information into a GUI element, using a textual component.
JTextOutput() - Constructor for class net.directj.jlogger.JTextOutput
Creates a new JTextOutput.

K

killClient(String) - Method in interface net.directj.csf.Server
Kills a client identified by his hostname or IP address.
killClient(String) - Method in class net.directj.csf.impl.ServerImpl
Kills a client identified by his hostname or IP address.

L

level - Variable in class net.directj.jlogger.LogManager
The current level.
LEVEL_ATTR - Static variable in class net.directj.jlogger.XmlConfigurator
The level attribute string.
listeners - Variable in class net.directj.csf.impl.ServerImpl
The list of listeners.
listeners - Variable in class net.directj.csf.impl.ClientImpl
The list of listeners.
log(int, String) - Method in class net.directj.jlogger.JLogger
This is the method that is used to publish the informations.
log(LogRecord) - Method in class net.directj.jlogger.LogManager
This is the method that is used to publish the informations.
LOGGER_TAG - Static variable in class net.directj.jlogger.XmlConfigurator
The logger tag string.
loggerName - Variable in class net.directj.jlogger.JLogger
The logger name.
loggers - Static variable in class net.directj.jlogger.JLoggerFactory
The list of logger.
LogManager - class net.directj.jlogger.LogManager.
This class is a manager for the logging output.
LogManager(int, Formatter, Output) - Constructor for class net.directj.jlogger.LogManager
Creates a new LogManager, with the specified logging level, format and output.
logMessage - Variable in class net.directj.jlogger.LogRecord
The logging information.
logName - Variable in class net.directj.jlogger.LogRecord
The logger name.
LogRecord - class net.directj.jlogger.LogRecord.
A very simple class that store logging information.
LogRecord(int, String, String, String) - Constructor for class net.directj.jlogger.LogRecord
Creates a new LogRecord, with specified info and level.
logTime - Variable in class net.directj.jlogger.LogRecord
The logging time.
logType - Variable in class net.directj.jlogger.LogRecord
The logging type of the information.

M

MANAGER_TAG - Static variable in class net.directj.jlogger.XmlConfigurator
The manager tag string.
managers - Variable in class net.directj.jlogger.JLogger
The log manager list.
MAX_CLIENT - Static variable in class net.directj.csf.impl.ServerImpl
The default maximum client amount.
maxClient - Variable in class net.directj.csf.impl.ServerImpl
The maximum client amount.

N

name - Variable in class net.directj.csf.impl.ServerImpl
The server's name.
NAME_ATTR - Static variable in class net.directj.jlogger.XmlConfigurator
The name attribute string.
NAMESPACE - Static variable in class net.directj.jlogger.XmlConfigurator
The namespace attribute string.
nbrManager - Variable in class net.directj.jlogger.JLogger
The number of manager associated with the logger.
net.directj.csf - package net.directj.csf
This package is a simple Client Server Framework.
net.directj.csf.impl - package net.directj.csf.impl
This is the network framework implementation package.
net.directj.jlogger - package net.directj.jlogger
JLogger is a simple tools that allow powerfull easy logging.
NetworkLogManager - class net.directj.jlogger.NetworkLogManager.
 
NetworkLogManager(int, int, InetAddress) - Constructor for class net.directj.jlogger.NetworkLogManager
Creates a new LogManager, with the specified logging level.
NetworkOutput - class net.directj.jlogger.NetworkOutput.
 
NetworkOutput.ShutdownHook - class net.directj.jlogger.NetworkOutput.ShutdownHook.
This class is used to stop the client at the end of the JVM.
NetworkOutput.ShutdownHook() - Constructor for class net.directj.jlogger.NetworkOutput.ShutdownHook
 
NetworkOutput(int, InetAddress) - Constructor for class net.directj.jlogger.NetworkOutput
Creates a new NetworkOutput.
num - Variable in class net.directj.jlogger.JDBCOutput
The current rank of inserted data.

O

OFF - Static variable in class net.directj.jlogger.JLogger
The OFF logging level.
onRequest(byte[]) - Method in interface net.directj.csf.ClientHandler
Called when the handler receive a request from the client.
onRequest(byte[]) - Method in interface net.directj.csf.Client
Called when the client receive a request from the server.
onRequest(byte[]) - Method in class net.directj.csf.impl.JLoggerClientHandler
Called when the handler receive a request from the client.
onRequest(byte[]) - Method in class net.directj.csf.impl.ClientImpl
Called when the client receive a request from the server.
onRequest(byte[]) - Method in class net.directj.csf.impl.ClientHandlerImpl
Called when the handler receive a request from the client.
out - Variable in class net.directj.csf.impl.JLoggerClientHandler
The output writer.
out - Variable in class net.directj.csf.impl.ClientImpl
The output writer.
out - Variable in class net.directj.csf.impl.ClientHandlerImpl
The output writer.
out - Variable in class net.directj.jlogger.StreamOutput
The output stream.
out - Variable in class net.directj.jlogger.LogManager
The output.
out - Static variable in class net.directj.jlogger.JTextLogManager
The GUI text output.
out - Static variable in class net.directj.jlogger.JTableLogManager
The GUI table output.
out - Variable in class net.directj.jlogger.FileOutput
The output stream.
Output - interface net.directj.jlogger.Output.
This is a simple common interface for the jlogger tools that specify where data is written.
OUTPUT_TAG - Static variable in class net.directj.jlogger.XmlConfigurator
The output tag string.
outputs - Static variable in class net.directj.jlogger.JLoggerFactory
The set of output.

P

PARAM_ATTR - Static variable in class net.directj.jlogger.XmlConfigurator
The param attribute string.
parseFormatter(Node) - Method in class net.directj.jlogger.XmlConfigurator
Parses a formatter node of a jlogger config file.
parseLogger(Node) - Method in class net.directj.jlogger.XmlConfigurator
Parses a logger node of a jlogger config file.
parseManager(Node) - Method in class net.directj.jlogger.XmlConfigurator
Parses a manager node of a jlogger config file.
parseOutput(Node) - Method in class net.directj.jlogger.XmlConfigurator
Parses an output node of a jlogger config file.
parseParam(String, String) - Method in class net.directj.jlogger.XmlConfigurator
Parses a list of parameter and return it, as a list of object.
parseRoot(Node) - Method in class net.directj.jlogger.XmlConfigurator
Parses a root node of a jlogger config file.
pattern - Variable in class net.directj.jlogger.PatternFormatter
The pattern.
PatternFormatter - class net.directj.jlogger.PatternFormatter.
This is a pattern formatter, that allow you to create you're own format.
PatternFormatter(String) - Constructor for class net.directj.jlogger.PatternFormatter
The default constructor, with a specified pattern.
port - Variable in class net.directj.csf.impl.ServerImpl
The port number to which this server is listening.
port - Variable in class net.directj.csf.impl.ClientImpl
The server's port.
port - Variable in class net.directj.jlogger.NetworkOutput
The distant server's port.
print(String) - Method in class net.directj.jlogger.StreamOutput
Prints the info, using the output.
print(String) - Method in interface net.directj.jlogger.Output
This is the method that print the information.
print(String) - Method in class net.directj.jlogger.NetworkOutput
Prints the info, using the output.
print(String) - Method in class net.directj.jlogger.JTextOutput
This is the method that print the information.
print(String) - Method in class net.directj.jlogger.JTableOutput
This is the method that print the information.
print(String) - Method in class net.directj.jlogger.JDBCOutput
Prints the info, using the output.
print(String) - Method in class net.directj.jlogger.FileOutput
Prints the info, using the output.

R

removeAllClientListener() - Method in interface net.directj.csf.Client
Removes all the listeners associated with this class.
removeAllClientListener() - Method in class net.directj.csf.impl.ClientImpl
Removes all the listeners associated with this class.
removeAllServerListener() - Method in interface net.directj.csf.Server
Removes all the listeners associated with this class.
removeAllServerListener() - Method in class net.directj.csf.impl.ServerImpl
Removes all the listeners associated with this class.
removeClientListener(ClientListener) - Method in interface net.directj.csf.Client
Removes a specified client listener from the list.
removeClientListener(ClientListener) - Method in class net.directj.csf.impl.ClientImpl
Removes a specified client listener from the list.
removeLogManager(LogManager) - Method in class net.directj.jlogger.JLogger
Removes the specified LogManager to the list of manager.
removeServerListener(ServerListener) - Method in interface net.directj.csf.Server
Removes a specified server listener from the list.
removeServerListener(ServerListener) - Method in class net.directj.csf.impl.ServerImpl
Removes a specified server listener from the list.
replace(String, String, String, int) - Static method in class net.directj.jlogger.PatternFormatter
Replace a string with another string inside a larger string, for the first _max values of the search string.
ROOT_TAG - Static variable in class net.directj.jlogger.XmlConfigurator
The root tag string.
run() - Method in class net.directj.csf.impl.ServerImpl
Runs the server.
run() - Method in class net.directj.csf.impl.ServerImpl.ShutdownHook
Runs the shutdown hook.
run() - Method in class net.directj.csf.impl.JLoggerClientHandler
Runs the handler.
run() - Method in class net.directj.csf.impl.ClientImpl
Runs the client.
run() - Method in class net.directj.csf.impl.ClientImpl.ShutdownHook
Runs the shutdown hook.
run() - Method in class net.directj.csf.impl.ClientHandlerImpl
Runs the handler.
run() - Method in class net.directj.jlogger.StreamOutput.ShutdownHook
Runs the shutdown hook.
run() - Method in class net.directj.jlogger.NetworkOutput.ShutdownHook
Runs the shutdown hook.
run() - Method in class net.directj.jlogger.FileOutput.ShutdownHook
Runs the shutdown hook.
runner - Variable in class net.directj.csf.impl.ServerImpl
The server thread.
runner - Variable in class net.directj.csf.impl.JLoggerClientHandler
The handler thread.
runner - Variable in class net.directj.csf.impl.ClientImpl
The handler thread.
runner - Variable in class net.directj.csf.impl.ClientHandlerImpl
The handler thread.
running - Variable in class net.directj.csf.impl.ServerImpl
Indicates if the server is running or not.
running - Variable in class net.directj.csf.impl.JLoggerClientHandler
Indicates if the handler is running or not.
running - Variable in class net.directj.csf.impl.ClientImpl
Indicates if the handler is running or not.
running - Variable in class net.directj.csf.impl.ClientHandlerImpl
Indicates if the handler is running or not.

S

server - Variable in class net.directj.csf.impl.JLoggerClientHandler
The server that stored the handler.
server - Variable in class net.directj.csf.impl.ClientHandlerImpl
The server that stored the handler.
Server - interface net.directj.csf.Server.
This a simple interface to implements a network server.
ServerEvent - class net.directj.csf.ServerEvent.
A server event, fired by the server when it receive data from any client.
ServerEvent(byte[], ClientHandler) - Constructor for class net.directj.csf.ServerEvent
Creates a new ServerEvent.
serverEvent(ServerEvent) - Method in interface net.directj.csf.ServerListener
Any class implemeting this will receive messages that are received by the server.
ServerFactory - class net.directj.csf.ServerFactory.
This class is used to easely create servers.
ServerFactory() - Constructor for class net.directj.csf.ServerFactory
Forbids direct instanciation.
ServerFactoryImpl - class net.directj.csf.impl.ServerFactoryImpl.
This class is used to easely create servers.
ServerFactoryImpl() - Constructor for class net.directj.csf.impl.ServerFactoryImpl
 
ServerImpl - class net.directj.csf.impl.ServerImpl.
This a simple implementation of network server.
ServerImpl.ShutdownHook - class net.directj.csf.impl.ServerImpl.ShutdownHook.
This class is used to stop the server at the end of the JVM.
ServerImpl.ShutdownHook() - Constructor for class net.directj.csf.impl.ServerImpl.ShutdownHook
 
ServerImpl() - Constructor for class net.directj.csf.impl.ServerImpl
Creates a new server implementation.
ServerListener - interface net.directj.csf.ServerListener.
This listener is used to listen to server event.
serverSock - Variable in class net.directj.csf.impl.ServerImpl
The server's socket.
setClientHandlerFactory(ClientHandlerFactory) - Method in interface net.directj.csf.Server
Sets the ClientHandlerFactory.
setClientHandlerFactory(ClientHandlerFactory) - Method in class net.directj.csf.impl.ServerImpl
Sets the ClientHandlerFactory.
setClientType(String) - Method in class net.directj.csf.ClientFactory
Changes the type of the client that will be created with the createServer method.
setClientType(String) - Method in class net.directj.csf.impl.ClientFactoryImpl
Changes the type of the client that will be created with the createServer method.
setConfigurator(Configurator) - Static method in class net.directj.jlogger.JLoggerFactory
Changes the configuration tool to use.
setInetAddress(InetAddress) - Method in interface net.directj.csf.Server
Changes the server's address.
setInetAddress(InetAddress) - Method in interface net.directj.csf.Client
Changes the server's address.
setInetAddress(InetAddress) - Method in class net.directj.csf.impl.ServerImpl
Changes the server's address.
setInetAddress(InetAddress) - Method in class net.directj.csf.impl.ClientImpl
Changes the server's address.
setMaximumClient(int) - Method in interface net.directj.csf.Server
Changes the server's maximum client amount.
setMaximumClient(int) - Method in class net.directj.csf.impl.ServerImpl
Changes the server's maximum client amount.
setName(String) - Method in interface net.directj.csf.Server
Changes the server's name.
setName(String) - Method in class net.directj.csf.impl.ServerImpl
Changes the server's name.
setPort(int) - Method in interface net.directj.csf.Server
Changes the server's port.
setPort(int) - Method in interface net.directj.csf.Client
Changes the client's port.
setPort(int) - Method in class net.directj.csf.impl.ServerImpl
Changes the server's port.
setPort(int) - Method in class net.directj.csf.impl.ClientImpl
Changes the client's port.
setServerSocketFactory(ServerSocketFactory) - Method in interface net.directj.csf.Server
Sets the ServerSocketFactory.
setServerSocketFactory(ServerSocketFactory) - Method in class net.directj.csf.impl.ServerImpl
Sets the ServerSocketFactory.
setServerType(String) - Method in class net.directj.csf.ServerFactory
Changes the type of the server that will be created with the createServer method.
setServerType(String) - Method in class net.directj.csf.impl.ServerFactoryImpl
Changes the type of the server that will be created with the createServer method.
setSocketFactory(SocketFactory) - Method in interface net.directj.csf.Client
Sets the SocketFactory.
setSocketFactory(SocketFactory) - Method in class net.directj.csf.impl.ClientImpl
Sets the SocketFactory.
skip - Variable in class net.directj.jlogger.FileOutput
Indicate te number of bytes to skip.
sock - Variable in class net.directj.csf.impl.JLoggerClientHandler
The socket.
sock - Variable in class net.directj.csf.impl.ClientImpl
The socket.
sock - Variable in class net.directj.csf.impl.ClientHandlerImpl
The socket.
socketFactory - Variable in class net.directj.csf.impl.ServerImpl
The factory that will be used to create the ServerSocket.
socketFactory - Variable in class net.directj.csf.impl.ClientImpl
The factory that will be used to create the socket.
STANDARD - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The "standard" server type.
STANDARD - Static variable in class net.directj.csf.impl.ClientFactoryImpl
The "standard" clienttype.
STANDARD_DESC - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The "standard" server type.
STANDARD_DESC - Static variable in class net.directj.csf.impl.ClientFactoryImpl
The "standard" client type.
startClient() - Method in interface net.directj.csf.Client
Starts the client.
startClient() - Method in class net.directj.csf.impl.ClientImpl
Starts the client.
startHandler() - Method in interface net.directj.csf.ClientHandler
Starts the handler.
startHandler() - Method in class net.directj.csf.impl.JLoggerClientHandler
Starts the handler.
startHandler() - Method in class net.directj.csf.impl.ClientHandlerImpl
Starts the handler.
startServer() - Method in interface net.directj.csf.Server
Starts the server.
startServer() - Method in class net.directj.csf.impl.ServerImpl
Starts the server.
stopClient() - Method in interface net.directj.csf.Client
Stops the client.
stopClient() - Method in class net.directj.csf.impl.ClientImpl
Stops the client.
stopHandler() - Method in interface net.directj.csf.ClientHandler
Stops the handler.
stopHandler() - Method in class net.directj.csf.impl.JLoggerClientHandler
Stops the handler.
stopHandler() - Method in class net.directj.csf.impl.ClientHandlerImpl
Stops the handler.
stopServer() - Method in interface net.directj.csf.Server
Stops the server.
stopServer() - Method in class net.directj.csf.impl.ServerImpl
Stops the server.
StreamOutput - class net.directj.jlogger.StreamOutput.
This is a simple class that print logging information into a stream.
StreamOutput.ShutdownHook - class net.directj.jlogger.StreamOutput.ShutdownHook.
This class is used to close the stream at the end of the JVM.
StreamOutput.ShutdownHook() - Constructor for class net.directj.jlogger.StreamOutput.ShutdownHook
 
StreamOutput(OutputStream) - Constructor for class net.directj.jlogger.StreamOutput
Creates a new StreamOutput.
SUPPORTED_TYPE - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The array of suppported server type.
SUPPORTED_TYPE - Static variable in class net.directj.csf.impl.ClientFactoryImpl
The array of suppported client type.
SUPPORTED_TYPE_DESC - Static variable in class net.directj.csf.impl.ServerFactoryImpl
The array of suppported server type description.
SUPPORTED_TYPE_DESC - Static variable in class net.directj.csf.impl.ClientFactoryImpl
The array of suppported client type description.

T

table - Variable in class net.directj.jlogger.JTableOutput
The document.
toString() - Method in interface net.directj.csf.Server
Returns a string representation of this server.
toString() - Method in interface net.directj.csf.ClientHandler
Returns a string representation of this ClientHandler.
toString() - Method in interface net.directj.csf.Client
Returns a string representation of this client.
toString() - Method in class net.directj.csf.impl.ServerImpl
Returns a string representation of this server.
toString() - Method in class net.directj.csf.impl.JLoggerClientHandler
Returns a string representation of this ClientHandler.
toString() - Method in class net.directj.csf.impl.ClientImpl
Returns a string representation of this client.
toString() - Method in class net.directj.csf.impl.ClientHandlerImpl
Returns a string representation of this ClientHandler.
transform(LogRecord) - Method in class net.directj.jlogger.XmlFormatter
Transforms the given logging info with a special format.
transform(LogRecord) - Method in class net.directj.jlogger.PatternFormatter
Transforms the given logging info with a special format.
transform(LogRecord) - Method in class net.directj.jlogger.HtmlFormatter
Transforms the given logging info with a special format.
transform(LogRecord) - Method in interface net.directj.jlogger.Formatter
Transforms the given logging info with a special format.
type - Variable in class net.directj.csf.impl.ServerFactoryImpl
The current server type.
type - Variable in class net.directj.csf.impl.ClientFactoryImpl
The current server type.

V

VERSION - Static variable in class net.directj.csf.impl.ServerImpl
The server's version.
VERSION - Static variable in class net.directj.jlogger.JLoggerFactory
The JLogger current version, as a String.

W

warning - Variable in class net.directj.jlogger.JTextOutput
The WARNING style.
WARNING - Static variable in class net.directj.jlogger.JLogger
The WARNING logging level.
WARNING_TYPE - Static variable in class net.directj.jlogger.JLogger
The WARNING logging information's type.
warning(String) - Method in class net.directj.jlogger.JLogger
Prints information with a WARNING type.
warning(String, Throwable) - Method in class net.directj.jlogger.JLogger
Prints information with a WARNING type, then print the exception.

X

XmlConfigurator - class net.directj.jlogger.XmlConfigurator.
This class is used to configure JLogger from an XML file, using DOM.
XmlConfigurator() - Constructor for class net.directj.jlogger.XmlConfigurator
Creates a new jlogger configurator.
xmlFormat - Static variable in class net.directj.jlogger.XmlLogManager
The formatter.
XmlFormatter - class net.directj.jlogger.XmlFormatter.
This is the xml formatter, used to format the logging information.
XmlFormatter() - Constructor for class net.directj.jlogger.XmlFormatter
 
XmlLogManager - class net.directj.jlogger.XmlLogManager.
This class is a xml log manager, with special output and formatter for creating an xml file.
XmlLogManager(int) - Constructor for class net.directj.jlogger.XmlLogManager
Creates a new XmlLogManager, with the specified logging level.
XmlLogManager(int, String) - Constructor for class net.directj.jlogger.XmlLogManager
Creates a new XmlLogManager, with the specified logging level.
XmlLogManager(int, String, boolean) - Constructor for class net.directj.jlogger.XmlLogManager
Creates a new XmlLogManager, with the specified logging level.

A B C D E F G H I J K L M N O P R S T V W X

Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003