############################################################################# # # (C) Copyright 2018-2019 by Autodesk, Inc. # # The information contained herein is confidential, proprietary to Autodesk, # Inc., and considered a trade secret as defined in section 499C of the # penal code of the State of California. Use of this information by anyone # other than authorized employees of Autodesk, Inc. is granted only under a # written non-disclosure agreement, expressly prescribing the scope and # manner of such use. # ############################################################################# # # Name: add.logconfig # Description: log4cplus config file ############################################################################# log4cplus.rootLogger = ALL log4cplus.logger.Installer = ALL, Installer log4cplus.appender.Installer = log4cplus::RollingFileAppender log4cplus.appender.Installer.File = ${LogPath} log4cplus.appender.Installer.MaxFileSize = 10MB log4cplus.appender.Installer.MaxBackupIndex = 8 log4cplus.appender.Installer.UseLockFile = true log4cplus.appender.Installer.Append = true log4cplus.appender.Installer.ImmediateFlush = true log4cplus.appender.Installer.layout = log4cplus::PatternLayout log4cplus.appender.Installer.layout.ConversionPattern = %D{%Y-%m-%dT%H:%M:%S.%q} [${AppName}: %i, %t] [%c %p] %m%n log4cplus.appender.Installer.filters.1 = log4cplus::spi::LogLevelRangeFilter log4cplus.appender.Installer.filters.1.LogLevelMax = FATAL log4cplus.appender.Installer.filters.1.LogLevelMin = TRACE log4cplus.appender.Installer.filters.1.AcceptOnMatch = true log4cplus.appender.Installer.filters.2 = log4cplus::spi::DenyAllFilter