Lines Matching defs:log

34         internal static void AddErrors(this LogBase log, IEnumerable<string> errors)  in AddErrors()
40 internal static void ClusterError(this LogBase log, Exception e) in ClusterError()
46 internal static void ClusterReady(this LogBase log, NodeConfiguration node) in ClusterReady()
51 internal static void ConfigFile(this LogBase log, string file) in ConfigFile()
56 internal static void DatabaseError(this LogBase log, Exception e) in DatabaseError()
62 internal static void HostImportError(this LogBase log, Exception e) in HostImportError()
68 internal static void HostNotFound(this LogBase log, int hostId) in HostNotFound()
73 internal static void InitializationError(this LogBase log, Exception e) in InitializationError()
79 internal static void InstanceName(this LogBase log, string name) in InstanceName()
84 internal static void JobInitEnd(this LogBase log) in JobInitEnd()
89 internal static void JobInitStart(this LogBase log) in JobInitStart()
94 internal static void KnownServer(this LogBase log, int id, string name) in KnownServer()
101 internal static void ListenerError(this LogBase log, Exception e) in ListenerError()
107 internal static void ListenerReady(this LogBase log, Listener listener) in ListenerReady()
112 internal static void NewHost(this LogBase log, HostConfiguration server, IPAddress ip) in NewHost()
119 internal static void NewPeer(this LogBase log, AssociationEntry entry) in NewPeer()
126 internal static void NoConfig(this LogBase log, string file) in NoConfig()
131 internal static void OpenNtpConfigError(this LogBase log) in OpenNtpConfigError()
136 internal static void PeerImportError(this LogBase log, Exception e) in PeerImportError()
142 internal static void PeerIpAmbiguous(this LogBase log, AssociationEntry entry) in PeerIpAmbiguous()
149 internal static void PeerIpNotFound(this LogBase log, AssociationEntry entry) in PeerIpNotFound()
154 internal static void PidFileError(this LogBase log, Exception e) in PidFileError()
159 internal static void ProcessId(this LogBase log, int pid) in ProcessId()
164 internal static void SchedulerError(this LogBase log, Exception e) in SchedulerError()
170 internal static void Starting(this LogBase log, string version) in Starting()
175 internal static void TableError(this LogBase log, Exception e) in TableError()
181 internal static void UserId(this LogBase log, uint userId) in UserId()
186 internal static void UserIdError(this LogBase log, uint userId) in UserIdError()
191 internal static void HostNameNotFound(this LogBase log, string ip, Exception e) in HostNameNotFound()