Skip to content

Commit

Permalink
Update lib/logrecord.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Dec 5, 2011
1 parent 4b1e08d commit cb9501b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/logrecord.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
* {@link LogRecord} objects are used to pass logging requests between the logging framework and individual log Handlers. * {@link LogRecord} objects are used to pass logging requests between the logging framework and individual log Handlers.
* When a {@link LogRecord} is passed into the logging framework it logically belongs to the framework * When a {@link LogRecord} is passed into the logging framework it logically belongs to the framework
* and should no longer be used or updated by the client application. * and should no longer be used or updated by the client application.
* Note that if the client application has not specified an explicit source method name and
* source class name, then the {@link LogRecord} class will infer them automatically when they are
* first accessed (due to a call on getSourceMethodName or getSourceClassName) by analyzing
* the call stack.
* Therefore, if a logging Handler wants to pass off a {@link LogRecord} to another thread,
* or to transmit it over RMI, and if it wishes to subsequently obtain method name or
* class name information it should call one of getSourceClassName or getSourceMethodName
* to force the values to be filled in.
* *
* @param level A logging level value * @param level A logging level value
* @param msg The raw non-localized logging message (may be null) * @param msg The raw non-localized logging message (may be null)
Expand Down

0 comments on commit cb9501b

Please sign in to comment.