Sub runLoggerTest() Dim log As Log4vba: Set log = myLogger.startMethode("runLoggerTest") Dim test As New LoggerTest test.runTest 1 End Sub