Interface OPluginMessageHandler
- All Known Implementing Classes:
OETLMessageHandler
public interface OPluginMessageHandler
Interface used by OrientDB plugins to handle application messages for different outputs.
- Author:
- Gabriele Ponzi
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidintvoidvoidvoidsetOutputManagerLevel(int outputManagerLevel) voidvoid
-
Method Details
-
getOutputManagerLevel
int getOutputManagerLevel() -
setOutputManagerLevel
void setOutputManagerLevel(int outputManagerLevel) -
debug
-
debug
-
info
-
info
-
warn
-
warn
-
error
-
error
-