Package org.djutils.logger
Class LoggerTest
java.lang.Object
org.djutils.logger.LoggerTest
public class LoggerTest extends Object
LoggerTest.java.
Copyright (c) 2003-2019 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
Copyright (c) 2003-2019 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.
- Author:
- Alexander Verbraeck
-
Constructor Summary
Constructors Constructor Description LoggerTest()
-
Method Summary
Modifier and Type Method Description void
loggerTest()
Test whether Logger works correctly.static void
main(String[] args)
-
Constructor Details
-
LoggerTest
public LoggerTest()
-
-
Method Details
-
loggerTest
public final void loggerTest()Test whether Logger works correctly. -
main
- Parameters:
args
- should be empty
-