java.lang.Object
overrungl.OverrunGL
Constants of OverrunGL.
- Since:
- 0.1.0
- Author:
- squid233
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Logs a message with the current API logger.Returns the API logger.static void
setApiLogger
(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. passnull
to 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.
-