| Package | Description |
|---|---|
| net.webpdf.ant.task.logging |
| Modifier and Type | Method and Description |
|---|---|
static LogTag |
LogTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogTag[] |
LogTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AntLogger.error(String message,
LogTag logTag)
Simplified logging method, that will output the given information on log level error.
|
void |
AntLogger.error(String message,
Throwable ex,
LogTag logTag)
Simplified logging method, that will output the given information on log level error.
|
void |
AntLogger.error(Throwable ex,
LogTag logTag)
Simplified logging method, that will output the given information on log level error.
|
void |
AntLogger.info(LogTag logTag)
Simplified logging method, that will output the given information on log level info.
|
void |
AntLogger.info(String message,
LogTag logTag)
Simplified logging method, that will output the given information on log level info.
|
void |
AntLogger.warn(String message,
LogTag logTag)
Simplified logging method, that will output the given information on log level warn.
|
void |
AntLogger.warn(String message,
Throwable ex,
LogTag logTag)
Simplified logging method, that will output the given information on log level warn.
|
void |
AntLogger.warn(Throwable ex,
LogTag logTag)
Simplified logging method, that will output the given information on log level warn.
|
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.