java.lang.Object
overrungl.OverrunGL
Constants of OverrunGL.
- Since:
- 0.1.0
- Author:
- squid233
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidLogs a message with the current API logger.Returns the API logger.static voidsetApiLogger(Consumer<String> logger) Sets the API logger.
-
Field Details
-
VERSION
The version of OverrunGL.- See Also:
-
-
Method Details
-
setApiLogger
Sets the API logger.- Parameters:
logger- the logger. passnullto reset to the default logger.
-
apiLogger
Returns the API logger. Defaults toSystem.err.- Returns:
- the API logger
-
apiLog
Logs a message with the current API logger.- Parameters:
message- the message to be logged.
-