A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
Debug — Final class in package com.hexagonstar.util.debug | |
The Debug class is a static class that is used to send debugging information to Alcon. | |
Debug() — Constructor in class com.hexagonstar.util.debug.Debug | |
Internal Constructor. | |
delimiter() — Static method in class com.hexagonstar.util.debug.Debug | |
Output's a delimiter String to Alcon's Trace Logger that can be used to
quickly seperate different kinds of debug informations, making it easier
to read them. This does the same like sending the DLT signal manually: Debug.trace("[%DLT%]");
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |