org.smallmind.scribe.ink.jdk
Class JDKLoggingBlueprints

java.lang.Object
  extended by org.smallmind.scribe.pen.adapter.LoggingBlueprints
      extended by org.smallmind.scribe.ink.jdk.JDKLoggingBlueprints

public class JDKLoggingBlueprints
extends LoggingBlueprints


Constructor Summary
JDKLoggingBlueprints()
           
 
Method Summary
 Record errorRecord(Record record, Throwable throwable, String message, Object... args)
           
 Record filterRecord(Record record, Discriminator discriminator, Level level)
           
 LoggerAdapter getLoggingAdapter(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKLoggingBlueprints

public JDKLoggingBlueprints()
Method Detail

getLoggingAdapter

public LoggerAdapter getLoggingAdapter(String name)
Specified by:
getLoggingAdapter in class LoggingBlueprints

filterRecord

public Record filterRecord(Record record,
                           Discriminator discriminator,
                           Level level)
Specified by:
filterRecord in class LoggingBlueprints

errorRecord

public Record errorRecord(Record record,
                          Throwable throwable,
                          String message,
                          Object... args)
Specified by:
errorRecord in class LoggingBlueprints


Copyright © 2011. All Rights Reserved.