package foundation.log; public class LogConfig { public static boolean IsActive_Dispatcher_Trace; public static boolean IsActive_ResourceNavigator; public static boolean IsActive_ControllerNavigator; public static boolean IsActive_Request_Data; public static boolean IsActive_Request_Page; static { IsActive_Dispatcher_Trace = true; IsActive_ResourceNavigator = true; IsActive_ControllerNavigator = true; IsActive_Request_Data = true; IsActive_Request_Page = true; } }