Skip to content

Commit

Permalink
added deserialization comment to the logger variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarle Hansen committed Jun 1, 2010
1 parent 5c52b8c commit 338e9ae
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -14,6 +14,7 @@
public class MicrologLoggerAdapter extends MarkerIgnoringBase {
private static final long serialVersionUID = 3934653965724860568L;

// This is deserialized by the readResolve method in the NamedLoggerBase class
private transient final Logger logger;

public MicrologLoggerAdapter(final Logger logger) {
Expand Down

0 comments on commit 338e9ae

Please sign in to comment.