Searched defs:LogWriter (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DLogWriter.java45 class LogWriter extends OutputStream class in inherits:OutputStream
64 public LogWriter(final File file) throws ChangelogException method in class:LogWriter
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DLogWriter.java45 class LogWriter extends OutputStream class in inherits:OutputStream
64 public LogWriter(final File file) throws ChangelogException method in class:LogWriter
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DLogWriter.java45 class LogWriter extends OutputStream class in inherits:OutputStream
64 public LogWriter(final File file) throws ChangelogException method in class:LogWriter
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DLogWriter.java25 * $Id: LogWriter.java,v 1.3 2008/06/25 05:42:09 qcheng Exp $
77 public class LogWriter { class
100 private LogWriter() { method in class:LogWriter
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/
H A DLogWriter.java25 * $Id: LogWriter.java,v 1.3 2008/06/25 05:42:09 qcheng Exp $
79 public class LogWriter { class
103 private LogWriter() { method in class:LogWriter
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js80 * The LogWriter class provides a mechanism to log messages through
83 * @class LogWriter
85 * @param sSource {String} Source of LogWriter instance.
87 YAHOO.widget.LogWriter = function(sSource) {
89 YAHOO.log("Could not instantiate LogWriter due to invalid source.",
90 "error", "LogWriter");
103 * Public accessor to the unique name of the LogWriter instance.
106 * @return {String} Unique name of the LogWriter instance.
108 YAHOO.widget.LogWriter.prototype.toString = function() {
109 return "LogWriter "
[all...]
H A Dlogger-min.js8 YAHOO.widget.LogMsg=function(oConfigs){if(oConfigs&&(oConfigs.constructor==Object)){for(var param in oConfigs){this[param]=oConfigs[param];}}};YAHOO.widget.LogMsg.prototype.msg=null;YAHOO.widget.LogMsg.prototype.time=null;YAHOO.widget.LogMsg.prototype.category=null;YAHOO.widget.LogMsg.prototype.source=null;YAHOO.widget.LogMsg.prototype.sourceDetail=null;YAHOO.widget.LogWriter=function(sSource){if(!sSource){YAHOO.log("Could not instantiate LogWriter due to invalid source.","error","LogWriter");return;}
9 this._source=sSource;};YAHOO.widget.LogWriter.prototype.toString=function(){return"LogWriter "+this._sSource;};YAHOO.widget.LogWriter.prototype.log=function(sMsg,sCategory){YAHOO.widget.Logger.log(sMsg,sCategory,this._source);};YAHOO.widget.LogWriter.prototype.getSource=function(){return this._sSource;};YAHOO.widget.LogWriter.prototype.setSource=function(sSource){if(!sSource){YAHOO.log("Could not set source due to invalid source.","error",this.toString());return;}
10 else{this._sSource=sSource;}};YAHOO.widget.LogWriter.prototype._source=null;YAHOO.widget.LogReader=function(elContainer,oConfigs){this._sName=YAHOO.widget.LogReader._index;YAHOO.widget.LogReader._index++;this._buffer=[];this._filterCheckboxes={};this._lastTime=YAHOO.widget.Logger.getStartTime();if(oConfigs&&(oConfigs.constructor==Object)){for(var param in oConfigs){this[param]=oConfigs[param];}}
H A Dlogger.js80 * The LogWriter class provides a mechanism to log messages through
83 * @class LogWriter
85 * @param sSource {String} Source of LogWriter instance.
87 YAHOO.widget.LogWriter = function(sSource) {
89 YAHOO.log("Could not instantiate LogWriter due to invalid source.",
90 "error", "LogWriter");
103 * Public accessor to the unique name of the LogWriter instance.
106 * @return {String} Unique name of the LogWriter instance.
108 YAHOO.widget.LogWriter.prototype.toString = function() {
109 return "LogWriter "
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js80 * The LogWriter class provides a mechanism to log messages through
83 * @class LogWriter
85 * @param sSource {String} Source of LogWriter instance.
87 YAHOO.widget.LogWriter = function(sSource) {
89 YAHOO.log("Could not instantiate LogWriter due to invalid source.",
90 "error", "LogWriter");
103 * Public accessor to the unique name of the LogWriter instance.
106 * @return {String} Unique name of the LogWriter instance.
108 YAHOO.widget.LogWriter.prototype.toString = function() {
109 return "LogWriter "
[all...]
H A Dlogger-min.js8 YAHOO.widget.LogMsg=function(oConfigs){if(oConfigs&&(oConfigs.constructor==Object)){for(var param in oConfigs){this[param]=oConfigs[param];}}};YAHOO.widget.LogMsg.prototype.msg=null;YAHOO.widget.LogMsg.prototype.time=null;YAHOO.widget.LogMsg.prototype.category=null;YAHOO.widget.LogMsg.prototype.source=null;YAHOO.widget.LogMsg.prototype.sourceDetail=null;YAHOO.widget.LogWriter=function(sSource){if(!sSource){YAHOO.log("Could not instantiate LogWriter due to invalid source.","error","LogWriter");return;}
9 this._source=sSource;};YAHOO.widget.LogWriter.prototype.toString=function(){return"LogWriter "+this._sSource;};YAHOO.widget.LogWriter.prototype.log=function(sMsg,sCategory){YAHOO.widget.Logger.log(sMsg,sCategory,this._source);};YAHOO.widget.LogWriter.prototype.getSource=function(){return this._sSource;};YAHOO.widget.LogWriter.prototype.setSource=function(sSource){if(!sSource){YAHOO.log("Could not set source due to invalid source.","error",this.toString());return;}
10 else{this._sSource=sSource;}};YAHOO.widget.LogWriter.prototype._source=null;YAHOO.widget.LogReader=function(elContainer,oConfigs){this._sName=YAHOO.widget.LogReader._index;YAHOO.widget.LogReader._index++;this._buffer=[];this._filterCheckboxes={};this._lastTime=YAHOO.widget.Logger.getStartTime();if(oConfigs&&(oConfigs.constructor==Object)){for(var param in oConfigs){this[param]=oConfigs[param];}}
H A Dlogger.js80 * The LogWriter class provides a mechanism to log messages through
83 * @class LogWriter
85 * @param sSource {String} Source of LogWriter instance.
87 YAHOO.widget.LogWriter = function(sSource) {
89 YAHOO.log("Could not instantiate LogWriter due to invalid source.",
90 "error", "LogWriter");
103 * Public accessor to the unique name of the LogWriter instance.
106 * @return {String} Unique name of the LogWriter instance.
108 YAHOO.widget.LogWriter.prototype.toString = function() {
109 return "LogWriter "
[all...]

Completed in 33 milliseconds