public abstract class AbstractParserLogService extends Object implements IParserLogService
Constructor and Description |
---|
AbstractParserLogService() |
Modifier and Type | Method and Description |
---|---|
static AbstractParserLogService |
convert(IParserLogService log) |
void |
errorLog(String message) |
boolean |
isTracing() |
boolean |
isTracing(String traceOption) |
boolean |
isTracingExceptions() |
void |
traceException(Throwable th) |
void |
traceLog(String message) |
void |
traceLog(String traceOption,
String message) |
public static AbstractParserLogService convert(IParserLogService log)
public void traceLog(String message)
traceLog
in interface IParserLogService
public boolean isTracing(String traceOption)
traceOption
- an option as defined in the .options file.public void traceLog(String traceOption, String message)
traceOption
- an option as defined in the .options file.public void errorLog(String message)
public boolean isTracing()
isTracing
in interface IParserLogService
public boolean isTracingExceptions()
public void traceException(Throwable th)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.