public interface LogService extends BaseService
LogService
can be used to log messages to the PDF Server.
The log messages may not show in the PAS Manager console, depending on the
Level
for the message and the level set in the PDF Server
settings.Modifier and Type | Method and Description |
---|---|
void |
log(Level level,
String message)
Logs a message to the PDF Server console.
|
void |
log(Level level,
String message,
Throwable t) |