Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 | 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x 41x | // Copyright (c) ZeroC, Inc. // slice2js version 3.8.0-alpha.0 // <auto-generated>Generated from Slice file 'RemoteLogger.ice'.</auto-generated> /* eslint-disable */ /* jshint ignore: start */ import * as Ice_DefaultSliceLoader from "../Ice/DefaultSliceLoader.js"; import * as Ice_EnumBase from "../Ice/EnumBase.js"; import * as Ice_Object from "../Ice/Object.js"; import * as Ice_ObjectPrx from "../Ice/ObjectPrx.js"; import * as Ice_Operation from "../Ice/Operation.js"; import * as Ice_StreamHelpers from "../Ice/StreamHelpers.js"; import * as Ice_Struct from "../Ice/Struct.js"; import * as Ice_TypeRegistry from "../Ice/TypeRegistry.js"; import * as Ice_UserException from "../Ice/UserException.js"; import * as Ice_Value from "../Ice/Value.js"; import { Ice as Ice___BuiltinSequences } from "./BuiltinSequences.js" const Ice = { ...Ice_DefaultSliceLoader, ...Ice_EnumBase, ...Ice_Object, ...Ice_ObjectPrx, ...Ice_Operation, ...Ice_StreamHelpers, ...Ice_Struct, ...Ice_TypeRegistry, ...Ice_UserException, ...Ice_Value, ...Ice___BuiltinSequences, }; export { Ice }; /** * Represents the different types of log messages. */ Ice.LogMessageType = Ice.defineEnum([ ['PrintMessage', 0], ['TraceMessage', 1], ['WarningMessage', 2], ['ErrorMessage', 3]]); Ice.LogMessageTypeSeqHelper = Ice.StreamHelpers.generateSeqHelper(Ice.LogMessageType._helper, false); /** * Represents a full log message. */ Ice.LogMessage = class { constructor(type = Ice.LogMessageType.PrintMessage, timestamp = 0n, traceCategory = "", message = "") { this.type = type; this.timestamp = timestamp; this.traceCategory = traceCategory; this.message = message; } _write(ostr) { Ice.LogMessageType._write(ostr, this.type); ostr.writeLong(this.timestamp); ostr.writeString(this.traceCategory); ostr.writeString(this.message); } _read(istr) { this.type = Ice.LogMessageType._read(istr); this.timestamp = istr.readLong(); this.traceCategory = istr.readString(); this.message = istr.readString(); } static get minWireSize() { return 11; } }; Ice.defineStruct(Ice.LogMessage, true, true); Ice.LogMessageSeqHelper = Ice.StreamHelpers.generateSeqHelper(Ice.LogMessage, false); const iceC_Ice_RemoteLogger_ids = [ "::Ice::Object", "::Ice::RemoteLogger" ]; /** * Represents an Ice object that accepts log messages. It's called by the implementation of {@link Ice.LoggerAdminPrx}. */ Ice.RemoteLogger = class extends Ice.Object {}; /** * Represents an Ice object that accepts log messages. It's called by the implementation of {@link Ice.LoggerAdminPrx}. */ Ice.RemoteLoggerPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("Ice.RemoteLoggerPrx", Ice.RemoteLoggerPrx); Ice.defineOperations( Ice.RemoteLogger, Ice.RemoteLoggerPrx, iceC_Ice_RemoteLogger_ids, "::Ice::RemoteLogger", { "init": [, 0, , , [[7], [Ice.LogMessageSeqHelper]], , , , ], "log": [, 0, , , [[Ice.LogMessage]], , , , ] }); /** * Thrown when the provided {@link Ice.RemoteLoggerPrx} was previously attached to a {@link Ice.LoggerAdminPrx}. */ Ice.RemoteLoggerAlreadyAttachedException = class extends Ice.UserException { static get _parent() { return Ice.UserException; } static get _ice_id() { return "::Ice::RemoteLoggerAlreadyAttachedException"; } _mostDerivedType() { return Ice.RemoteLoggerAlreadyAttachedException; } }; Ice.defineClass(Ice.RemoteLoggerAlreadyAttachedException, "::Ice::RemoteLoggerAlreadyAttachedException"); const iceC_Ice_LoggerAdmin_ids = [ "::Ice::LoggerAdmin", "::Ice::Object" ]; /** * Represents the admin facet that allows an Ice application to attach its {@link Ice.RemoteLoggerPrx} to the local * logger of an Ice communicator. */ Ice.LoggerAdmin = class extends Ice.Object {}; /** * Represents the admin facet that allows an Ice application to attach its {@link Ice.RemoteLoggerPrx} to the local * logger of an Ice communicator. */ Ice.LoggerAdminPrx = class extends Ice.ObjectPrx {}; Ice.TypeRegistry.declareProxyType("Ice.LoggerAdminPrx", Ice.LoggerAdminPrx); Ice.defineOperations( Ice.LoggerAdmin, Ice.LoggerAdminPrx, iceC_Ice_LoggerAdmin_ids, "::Ice::LoggerAdmin", { "attachRemoteLogger": [, 0, , , [["Ice.RemoteLoggerPrx"], [Ice.LogMessageTypeSeqHelper], [Ice.StringSeqHelper], [3]], , [ Ice.RemoteLoggerAlreadyAttachedException ], , ], "detachRemoteLogger": [, 0, , [1], [["Ice.RemoteLoggerPrx"]], , , , ], "getLog": [, 0, , [Ice.LogMessageSeqHelper], [[Ice.LogMessageTypeSeqHelper], [Ice.StringSeqHelper], [3]], [[7]], , , ] }); |