MCPcopy Create free account
hub / github.com/coniks-sys/coniks-java / error

Method error

util/src/main/java/org/coniks/util/Logging.java:110–112  ·  view source on GitHub ↗

Writes a severe error message msg to the main client log.

(String msg)

Source from the content-addressed store, hash-verified

108 * to the main client log.
109 */
110 public static void error (String msg) {
111 logger.severe(msg);
112 }
113}

Callers 15

runMethod · 0.95
handleKeyLookupProtoMethod · 0.95
handleULNChangeProtoMethod · 0.95
generateSTRMethod · 0.95
generateNextSTRMethod · 0.95
generateAuthPathProtoMethod · 0.95
readServerConfigMethod · 0.95
updateDirectoryMethod · 0.95
canChangeInfoMethod · 0.95
initHistoryMethod · 0.95

Calls

no outgoing calls

Tested by 15

registerMethod · 0.76
lookupMethod · 0.76
signedKeyChangeMethod · 0.76
changeKeyChangePolicyMethod · 0.76
sendMsgProtoMethod · 0.76
receiveMsgProtoMethod · 0.76
verifySigFromDSAMethod · 0.76
signDSAMethod · 0.76
loadDSAPublicKeyFileMethod · 0.76
loadDSAPrivateKeyFileMethod · 0.76