com.izforge.izpack.util
Class Log.Record

java.lang.Object
  extended by com.izforge.izpack.util.Log.Record
Enclosing class:
Log

private class Log.Record
extends java.lang.Object


Field Summary
(package private)  java.lang.String channel
           
(package private)  java.lang.Throwable exception
           
(package private)  int message
           
(package private)  java.lang.String template
           
(package private)  java.lang.String[] variables
           
 
Constructor Summary
Log.Record(int message, java.lang.String[] variables)
           
Log.Record(int message, java.lang.String[] variables, java.lang.Throwable exception)
           
Log.Record(java.lang.String template, java.lang.String[] variables)
           
Log.Record(java.lang.String template, java.lang.String[] variables, java.lang.Throwable exception)
           
Log.Record(java.lang.String template, java.lang.String[] variables, java.lang.Throwable exception, java.lang.String channel)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

channel

java.lang.String channel

template

java.lang.String template

message

int message

variables

java.lang.String[] variables

exception

java.lang.Throwable exception
Constructor Detail

Log.Record

Log.Record(int message,
           java.lang.String[] variables)

Log.Record

Log.Record(java.lang.String template,
           java.lang.String[] variables)

Log.Record

Log.Record(int message,
           java.lang.String[] variables,
           java.lang.Throwable exception)

Log.Record

Log.Record(java.lang.String template,
           java.lang.String[] variables,
           java.lang.Throwable exception)

Log.Record

Log.Record(java.lang.String template,
           java.lang.String[] variables,
           java.lang.Throwable exception,
           java.lang.String channel)