Home
last modified time | relevance | path

Searched defs:logFactory (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/nextcloud/nextcloud/apps-pkg/logreader/lib/Log/
H A DLogIteratorFactory.php32 private $logFactory; variable in OCA\\LogReader\\Log\\LogIteratorFactory
34 public function __construct(IConfig $config, ILogFactory $logFactory) {
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A Dquickfix_ruby.rb56 def initialize( application, storeFactory, settings, logFactory = nil ) argument
70 def initialize( application, storeFactory, settings, logFactory = nil ) argument
/dports/www/nextcloud/nextcloud/apps-pkg/workflowengine/lib/Service/
H A DLogger.php46 private $logFactory; variable in OCA\\WorkflowEngine\\Service\\Logger
48 public function __construct(ILogger $generalLogger, IConfig $config, ILogFactory $logFactory) {
/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Logging/
H A DLogManager.cs12 private static ILogFactory logFactory; field in ServiceStack.Logging.LogManager
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclient/
H A Dtradeclient.cpp66 FIX::ScreenLogFactory logFactory( settings ); in main() local
/dports/finance/quickfix/quickfix-1.15.1/examples/ordermatch/
H A Dordermatch.cpp50 FIX::ScreenLogFactory logFactory( settings ); in main() local
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/C++/
H A Dexecutor.cpp72 FIX::ScreenLogFactory logFactory( settings ); in main() local
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclientgui/banzai/src/
H A DBanzai.java60 LogFactory logFactory = in Banzai() local
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/
H A DObserverZooKeeperServer.java53 …ObserverZooKeeperServer(FileTxnSnapLog logFactory, QuorumPeer self, ZKDatabase zkDb) throws IOExce… in ObserverZooKeeperServer()
H A DLearnerZooKeeperServer.java43 …public LearnerZooKeeperServer(FileTxnSnapLog logFactory, int tickTime, int minSessionTimeout, int … in LearnerZooKeeperServer()
H A DReadOnlyZooKeeperServer.java51 ReadOnlyZooKeeperServer(FileTxnSnapLog logFactory, QuorumPeer self, ZKDatabase zkDb) { in ReadOnlyZooKeeperServer()
H A DFollowerZooKeeperServer.java60 …FollowerZooKeeperServer(FileTxnSnapLog logFactory, QuorumPeer self, ZKDatabase zkDb) throws IOExce… in FollowerZooKeeperServer()
H A DQuorumZooKeeperServer.java50 protected QuorumZooKeeperServer(FileTxnSnapLog logFactory, int tickTime, int minSessionTimeout, in QuorumZooKeeperServer()
H A DLeaderZooKeeperServer.java56 …public LeaderZooKeeperServer(FileTxnSnapLog logFactory, QuorumPeer self, ZKDatabase zkDb) throws I… in LeaderZooKeeperServer()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/server/quorum/
H A DRaceConditionTest.java170 protected Follower makeFollower(FileTxnSnapLog logFactory) throws IOException { in makeFollower()
H A DDIFFSyncConsistencyTest.java240 protected Follower makeFollower(FileTxnSnapLog logFactory) throws IOException { in makeFollower()
H A DEphemeralNodeDeletionTest.java190 protected Follower makeFollower(FileTxnSnapLog logFactory) throws IOException { in makeFollower()
H A DZab1_0Test.java1150 FileTxnSnapLog logFactory = new FileTxnSnapLog(tmpDir, tmpDir); in createFollower() local
1177 FileTxnSnapLog logFactory = new FileTxnSnapLog(tmpDir, tmpDir); in createObserver() local
1195 FileTxnSnapLog logFactory = new FileTxnSnapLog(tmpDir, tmpDir); in testInitialAcceptedCurrent() local
H A DReconfigDuringLeaderSyncTest.java243 protected Follower makeFollower(FileTxnSnapLog logFactory) throws IOException { in makeFollower()
H A DZabUtils.java80 FileTxnSnapLog logFactory = new FileTxnSnapLog(tmpDir, tmpDir); in prepareLeader() local
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/python/
H A Dexecutor.py78 logFactory = fix.ScreenLogFactory( settings ) variable
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DAcceptor.cpp55 LogFactory& logFactory ) in Acceptor()
H A DSocketAcceptor.cpp43 LogFactory& logFactory ) throw( ConfigError ) in SocketAcceptor()
H A DInitiator.cpp52 LogFactory& logFactory ) throw( ConfigError ) in Initiator()
/dports/devel/slf4j/slf4j-1.7.21/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
H A DLogFactory.java41 static LogFactory logFactory = new SLF4JLogFactory(); field in LogFactory

123