├── +logging ├── clearLogger.m ├── getLogger.m ├── logging.m └── testspeed.m ├── LICENSE ├── README.md └── test └── loggingTest.m /+logging/clearLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/+logging/clearLogger.m -------------------------------------------------------------------------------- /+logging/getLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/+logging/getLogger.m -------------------------------------------------------------------------------- /+logging/logging.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/+logging/logging.m -------------------------------------------------------------------------------- /+logging/testspeed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/+logging/testspeed.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/README.md -------------------------------------------------------------------------------- /test/loggingTest.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/optimizers/logging4matlab/HEAD/test/loggingTest.m --------------------------------------------------------------------------------