logger
美 [ˈlɔɡər]
英 [ˈlɒɡə(r)] 
- n.测井仪;(参数自动分析)记录器;锯木工;圆木装载机
- 网络日志记录器;日志设备;伐木工
词形变化
复数:loggers
英汉双解
— see also
lumberjack
英汉解释
英英解释
例句
like a basin of cold water had woken him up completely, yet he felt too lazy to stretch out his arm while his heart was no logger burning.
这一阵寒气仿佛是一盆冷水把他浇醒,他的手懒得伸出来,他的心也不再那么热。
At this point, it's worth mentioning that the logger might be set to write output into a separate file to simplify debugging.
此时,需要注意记录器可能被设置为将输出写入到一个单独文件,从而简化调试。
The logger formats the intercepted messages into a standard format and then writes them out to a message log.
记录器把拦截的消息的格式转换成标准的格式,然后把它们写出到消息日志中。
Since separate logger objects are created for each class, you'll be able to turn logging on or off for individual components as needed.
因为日志记录器对象是为每个类单独创建的,所以如果需要的话您可以为单个组件打开或关闭日志记录。
Message Emitter and Message Logger enable the ability to turn logging on and off, as well as the option to log to a flat file.
MessageEmitter和MessageLogger支持打开和关闭日志记录的能力,以及记录到平面文件的选项。
This implementation then redirects all the requests to a Logger created with the name you chose, usually the plug-in identifier.
然后,这种实现就可以将所有的请求都重定向到一个使用您选择的名字(通常是一个插件标识符)创建的记录器中。
Messages are first created and passed into a logger object with a specific priority.
消息首先被创建,然后传递给一个具有特定优先权的日志对象。
We use the dip logger to determine the direction of flow, sand body extension, stratification structure and sedimentary characteristics.
利用地层倾角测井,确定了古水流方向、砂体延伸、层理构造和微相特征;
The logger objects could be created in a number of places, as long they are initialized before the first logging operation.
只要在第一次日志记录操作前对日志记录器对象进行了初始化,就可以在许多地方创建它们。
The chest pack will include a GPS system and data logger to help determine the speed of his descent.
胸部包将包括一个GPS系统和数据记录器,以帮助确定他的后裔的速度。
When a logger is asked to log a message, it first checks that the level of the request is greater than or equal to its effective level.
当一个logger被请求来记录信息,它首先检查请求的级别是否比它的有效级别相同或者更大。
By enabling this logger at DEBUG level, you can find out the amount of clock time required for various parts of the Rampart processing.
通过在DEBUG级别启用这个日志程序,您会发现Rampart处理的各个部分所需的时钟时间。
It clearly would be intrusive to manually replace all of the existing logging calls with calls to a generic logger interface.
将现有的日志记录调用手动替换为针对通用日志记录器接口的调用显然很麻烦。
Soil Moisture Transducer Turn your tensiometer into a soil moisture data logger with this transducer unit.
土壤湿度转换器将张力计转换成土壤湿度记录器。
If this number were large, it would suggest that the audit logger was not getting enough time to work and the queue was allowed to build up.
如果这个数字较大,则提醒审计日志记录程序没有足够的时间进行处理,队列过大。
You can configure this logger with a special appender to store messages in an encrypted format or in a secured location.
您可以给这个日志程序配置一个专用的附加器,从而使用一种加密的格式来保存消息,或者将其保存到一个安全的地方。
stops the logger , releases all resources , and closes the file to which the logger was writing.
停止记录器,释放所有资源,并关闭记录器向其中写入消息的文件。
Master Keystroke Logger is a keylogger which allows you to find out what other people are doing on your computer when you are gone.
大师是一个键盘记录击键记录器可让您了解其他人在您的计算机时,你走干什么。
When you use a custom forwarding logger, unwanted events do not overwhelm the logger, clutter your logs, or slow build times.
使用自订转送记录器之后,就不会有不想要的事件造成记录器不胜负荷、充斥记录或拖慢建置速度。
Listing 4 shows a simple example of a key logger, which steals keyboard events from the Web page and sends them to a remote server.
清单4展示了一个简单的键盘记录工具示例,该工具窃取Web页面中的键盘事件并将它们发送给远程服务器。
Such a tool could be used as a simple GPS logger or hiking tool.
这种工具可以作为简单的GPS记录器或徒步旅行工具。
Even when trace is disabled, your code will call at least one logger method per trace point.
甚至当跟踪禁用时,您的代码将在每个跟踪点至少调用一个日志记录器方法。
The state is appropriately shaped like a logger's boot, and logging as well as mining are big industries in the state.
爱达荷形似伐木工靴,伐木业及矿业都是主要产业。
Logger parameters are optional and are passed to the logger exactly as you type them.
记录器参数是可选的,并按键入的样式原样传递给记录器。
In the case of the mud logger's measurement, "units" of gas (having virtually no absolute meaning) are reported.
而对于泥浆录井人员的测量,报告的是天然气的“单位”(实际没有绝对意义)。
For a fee, they will customize Master Keystroke Logger to do exactly what you need it to do.
收取费用,他们将自定义主键击记录器做的正是你需要做的事。
This method is called when the logger is registered with the build engine, before any events are raised.
如果该记录器注册到生成引擎中,将在引发任何事件之前调用该方法。
One way to implement this is to code a logger for Ant that performs the update at the beginning or end of each target.
有一种实现的方法是为Ant编写一个日志任务,在每一个目标开始或结束的时候执行更新。
Most of the methods available in this class are trivial, so let's focus on the method that adds a new logger filter as shown in Listing 3.
本类中包含的大多数方法都很普通,因此让我们重点关注添加新logger过滤器的方法,如清单3所示。
This method is called when the logger is unregistered from the engine, after all events are raised.
如果从引擎中注销该记录器,将在引发所有事件后调用该方法。
This tool consists of several elements, including a data logger utility and a visualization utility.
这个工具由几个元素组成,包括一个数据日志记录器工具和一个可视化工具。
The data logger could download the measurements to a computer, and I could see the results in graphs.
数据记录仪还能将数据下载到计算机上,这样我就可以将数据绘制成图形进行观察。
If a given logger is not assigned a level, then it inherits one from its closest ancestor with an assigned level.
如果一个指定的日志记录器没有指定级别,那么就会从最近的祖先那里继承一个已指定的级别。
A logger had the drama of falling trees and power saws. I had the drama of getting up to go to the bathroom every few hours.
伐木工拥有伐倒大树和电锯的戏码,我的戏码就是每隔几个钟头上一趟卫生间。
Configuration of the logger passed to the constructor is beyond the scope of this article.
配置传递给构造函数的记录器的内容不属于本文讨论范围。
Gets or sets a value indicating whether the logger will display messages when new projects are started during the build.
获取或设置一个值,该值指示当在生成过程中有新项目启动时记录器是否显示消息。
Double-click the word component and enter the new component name of Logger.
双击词语component并输入新的组件名称Logger。
The first thing to do is to set up the logger from a system property.
要做的第一件事情是在一个系统属性中设置日志记录器。
Did you know that you can buy a keystroke logger for $23 or pay $10 to have someone host your phishing scam?
你知道自己可以花费23美元就能买到一个“键盘记录工具”或者花费10美元就可以让别人为你的“钓鱼欺诈网站”提供托管吗?
voice logger , phone recorder , cti recording system , conference phone , audio conference system , voice mail , telephony board.
多轨数字录音系统,电话会议设备,电话录音机,语音信箱,保留音乐,录音板卡等等。