PTLog Demo - 1.0

util
Class ConfigStdout

java.lang.Object
  extended byutil.ConfigStdout

public class ConfigStdout
extends java.lang.Object

Utility to configure PTLog STDOUT(Standard-out) writer.


Constructor Summary
ConfigStdout()
           
 
Method Summary
static void config(java.lang.String filename)
          Configure with specified file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigStdout

public ConfigStdout()
Method Detail

config

public static void config(java.lang.String filename)
                   throws java.io.IOException
Configure with specified file.

This loads configuration from specified file to:

Each classes belong to jp.ne.dti.lares.foozy.ptlog.writer package.

Parameters:
filename - to be loaded
Throws:
java.io.IOException

PTLog Demo - 1.0